admiral\admiral.h`cdescription.ext%g`hull3\briefing\blufor.sqf%g`> hull3\briefing\civilian.sqf%g`hull3\briefing\indfor.sqf%g`hull3\briefing\opfor.sqf%g`hull3\hull3.h%g`hull3\LICENSE%g`8hull3\RD_G.h%g` hull3\RD_U.h%g`init.sqf%g`initPlayerLocal.sqf%g`initServer.sqf%g`mission.sqm$bcplank.h%g`zone_spawned_unit.sqf%g`;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_t55a_wdr", "gmx_chdkz_t55ak_wdr", "gmx_chdkz_t55am2_wdr", "gmx_chdkz_t55am2b_wdr"}; th[] = {"gmx_chdkz_mi2t_wdl"}; ah[] = {"CUP_O_Mi24_V_RU"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" #include "plank.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "ranger danger"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 84; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 7; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Our Ranger platoon has been tasked with holding the Green Mountain transmitter array, unfortunately new intelligence indicates a massive ChDKZ attack is imminent.

We must hold this position until an extraction force arrives.

ENEMY FORCES
ChDKZ revolutionary forces, armed with Soviet made arms and equipment.

FRIENDLY FORCES
An extraction force is preparing to set off and extract us, however it will be some time before they can begin to move. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the Green Mountain transmitter until extraction arrives.

We expect the bulk of the enemy advance to be along the main road bisecting the hilltop with probing infantry from all sides.

Once everything kicks off we must remain within the designated area. "]]; // Munitions player createDiaryRecord ["Diary", ["Munitions","

Ammunition has been prepared in the ammo dump.

We have a limited supply of M18 Claymore mines located in the ammo dump that can be deployed before the enemy arrives.

Air assets can rearm at the airfield. "]]; // M252 Mortar player createDiaryRecord ["Diary", ["M252 Mortar","

The M252 mortar is assembled via ACE interactions, the team leader must deploy the baseplate in a suitable location. Once placed the gunner can attach the tube to complete the weapon.

Once assembled individual rounds are loaded via ACE interaction on the complete mortar.

The Team leader has Plank placeable ammo boxes containing HE, smoke and illumination. Additional rounds and a spare set of baseplate and tube can be found in the ammo dump. "]]; // Medic Supply player createDiaryRecord ["Diary", ["Medic Supply","

Each Medic can Plank place a medical supply box to allow them to replenish their stock during the mission. Only the medic should take items from this box, stealing will not be permitted! "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 24, 11}, {2035, 24, 11} }; time[] = { {3, 30}, {5, 50}, {9, 0}, {12, 0}, {15, 0}, {17, 50}, {18, 50}, {0, 0} }; }; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class USM_RAN_90_WD { gear = "RD_G"; uniform = "RD_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "RD_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "RD_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 RD_G { class Rifleman { primaryWeapon = "CUP_arifle_M16A2"; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"Chemlight_red", 2}, {"ACE_Chemlight_White", 2}, {"SmokeShell", 1}, {"SmokeShellRed", 1} }; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 8}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 6} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_MX991", 1}, {"ACE_wirecutter", 1}, {"ACE_Chemlight_Shield", 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_M16A2_GL"; primaryWeaponItems[] = {}; handgunWeapon = "CUP_hgun_M9"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 8}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 6}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_FlareWhite_M203", 2}, {"CUP_FlareRed_M203", 2}, {"CUP_1Rnd_StarCluster_White_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_M3A1_blk"; primaryWeaponItems[] = {}; uniformMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"Chemlight_red", 2}, {"ACE_Chemlight_White", 2}, {"SmokeShell", 1}, {"SmokeShellRed", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_45ACP_M3A1_BLK_M", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS", "CUP_NVG_PVS7"}; }; class CO : Officer { }; class XO : CO { backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 8}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 6}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"CUP_30Rnd_556x45_Stanag", 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 = "CUP_lmg_M240_norail"; primaryWeaponItems[] = {}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 5}}; backpackMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 5}}; }; class AAR : Rifleman { backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 5} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 8}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 6} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; }; class MTRG : Rifleman { secondaryWeapon = "CUP_m252_carry"; backpackMagazines[] = {}; }; class MTRAG : Rifleman { secondaryWeapon = "ace_csw_carryMortarBaseplate"; handgunWeapon = "CUP_hgun_M9"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 1}, {"ACE_1Rnd_82mm_Mo_Smoke", 1}, {"ACE_1Rnd_82mm_Mo_Illum", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "Binocular"; assignItems[] = {"ItemGPS"}; }; class MTRAC : Rifleman { backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 2}, {"ACE_1Rnd_82mm_Mo_Smoke", 2}, {"ACE_1Rnd_82mm_Mo_Illum", 2} }; }; class VC : Crew { binocular = "Binocular"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { primaryWeapon = "CUP_smg_MP5A5"; vestMagazines[] = {{"CUP_30Rnd_9x19_MP5", 4}}; }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_M136", 20}, {"gm_fim43_oli", 2} }; magazines[] = { {"CUP_30Rnd_556x45_Stanag", 250}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 150}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 250}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_HEDP_M203", 25}, {"CUP_1Rnd_StarCluster_White_M203", 25}, {"CUP_1Rnd_StarCluster_Red_M203", 25}, {"CUP_1Rnd_Smoke_M203", 25}, {"CUP_1Rnd_SmokeRed_M203", 25}, {"CUP_FlareWhite_M203", 25}, {"CUP_FlareRed_M203", 25}, {"ACE_HandFlare_White", 15}, {"ACE_HandFlare_Red", 15}, {"CUP_HandGrenade_M67", 25}, {"SmokeShell", 25}, {"SmokeShellRed", 25}, {"CUP_15Rnd_9x19_M9", 10}, {"ACE_Chemlight_White", 10}, {"Chemlight_red", 10}, {"gm_1Rnd_70mm_he_m585_fim43", 2} }; medicalItems[] = { {"ACE_fieldDressing", 100}, {"ACE_splint", 24} }; }; class MORTAR { weapons[] = { {"ace_csw_carryMortarBaseplate", 1}, {"CUP_m252_carry", 1} }; magazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 150}, {"ACE_1Rnd_82mm_Mo_Smoke", 25}, {"ACE_1Rnd_82mm_Mo_Illum", 50} }; }; class MINES { magazines[] = {{"ClaymoreDirectionalMine_Remote_Mag", 50}}; items[] = {{"ACE_M26_Clacker", 10}}; }; }; class RD_U { class Rifleman { headGear = "usm_helmet_pasgt_w"; goggles = ""; uniform = "usm_bdu_w"; vest = "usm_vest_rba_lbe_rm_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { vest = "usm_vest_rba_lbe_rmp_ARM"; }; class Officer : Leader { headGear = "usm_bdu_cap_wdl"; }; class Crew : Rifleman { headGear = "usm_helmet_cvc"; vest = "usm_vest_pasgt_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "usm_pack_st138_prc77"; }; class SL : Officer { backpack = "usm_pack_st138_prc77"; }; class Medic : Rifleman { backpack = "ark_backpack_large"; }; class FTL : Leader { headGear = "usm_helmet_pasgt_g_w"; vest = "usm_vest_rba_lbe_gr_ARM"; }; class AR : Rifleman { vest = "usm_vest_rba_lbe_mg_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { headGear = "usm_helmet_pasgt_g_w"; }; class MTRG : Rifleman { headGear = "usm_helmet_pasgt_g_w"; backpack = "ark_backpack_huge"; }; class MTRAG : Rifleman { headGear = "usm_helmet_pasgt_g_w"; vest = "usm_vest_rba_lbe_rmp_ARM"; backpack = "ark_backpack_huge"; }; class MTRAC : Rifleman { headGear = "usm_helmet_pasgt_g_w"; backpack = "ark_backpack_huge"; }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "CUP_H_SPH4_green"; uniform = "CUP_U_B_USArmy_PilotOverall"; vest = "Aircrew_vest_2_NH_ARM"; backpack = "B_Parachute"; }; class PCM : P { }; }; ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 0, 2, 0, 2, 0, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 1, 2, 0, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["MTRAG"]) exitWith {[_unit, [0, 1, 0, 2, 2, 2, 2, 2, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["MTRG", "MTRAC"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["AR", "AAR", "RAT", "Rifleman"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 0, 3, 1, 2, 0, 0, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["GMGG"]) exitWith {[_unit, [0, 2, 0, 4, 0, 1, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["DHATG"]) exitWith {[_unit, [0, 2, 0, 4, 0, 0, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["HMGG"]) exitWith {[_unit, [0, 2, 4, 4, 0, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_he = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines"]; _magazines = [ ["ACE_1Rnd_82mm_Mo_HE", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; }; ark_fnc_plank_fill_smoke = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines"]; _magazines = [ ["ACE_1Rnd_82mm_Mo_Smoke", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; }; ark_fnc_plank_fill_illumination = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines"]; _magazines = [ ["ACE_1Rnd_82mm_Mo_Illum", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; }; ark_fnc_plank_fill_Ammo = { private _box = _this select 1; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_556x45_Stanag", 150], ["CUP_30Rnd_556x45_Stanag_Tracer_Red", 150], ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 150], ["CUP_15Rnd_9x19_M9", 10], ["ACE_Chemlight_White", 10], ["Chemlight_red", 10], ["CUP_1Rnd_HE_M203", 15], ["CUP_1Rnd_HEDP_M203", 15], ["CUP_1Rnd_StarCluster_White_M203", 15], ["CUP_1Rnd_StarCluster_Red_M203", 15], ["CUP_1Rnd_Smoke_M203", 15], ["CUP_1Rnd_SmokeRed_M203", 15], ["CUP_FlareWhite_M203", 15], ["CUP_FlareRed_M203", 15], ["ACE_HandFlare_White", 10], ["ACE_HandFlare_Red", 10], ["CUP_HandGrenade_M67", 25], ["gm_1Rnd_70mm_he_m585_fim43", 2], ["SmokeShell", 25], ["SmokeShellRed", 25] ]; _weapons = [ ["gm_fim43_oli", 2], ["CUP_launch_M136", 15] ]; _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; }; 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; }; if (!didJIP) then { [player] call ark_fnc_plank_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };ark_tgc_fnc_nwController = { params ["_nw"]; private _gunner = gunner _nw; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; [ { params ["_args", "_id"]; _args params ["_gunner"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, getMarkerPos "mkr_tgt"] call ark_tgc_fnc_nwDoFire; }, 60, [_gunner] ] call CBA_fnc_addPerFrameHandler; }; ark_tgc_fnc_nwDoFire = { params ["_unit","_target"]; _unit doArtilleryFire [_target, "CUP_30Rnd_122mmHE_D30_M", 1]; private _nw = vehicle _unit; _nw setVehicleAmmoDef 1; _nw setVehicleAmmo 1; };raP version6EditorData sourceNameark_co83_ranger_dangeraddons!A3_Ui_FCUP_CAMP_Armory_Misc_LoudspeakersCUP_Weapons_AmmoBoxesgm_structures_euro_80CUP_CAStructures_MilCUP_AirVehicles_UH60CUP_TrackedVehicles_BradleyA3_Structures_F_WallsA3_Soft_F_Exp_Truck_01A3_Structures_F_Enoch_Military_BarracksA3_Structures_F_Mil_FlagsA3_Structures_F_Enoch_Infrastructure_RoadsCUP_AirVehicles_A10CUP_AirVehicles_AH64A3_Structures_F_SystemCUP_WheeledVehicles_NewHMMWVCUP_TrackedVehicles_M1AbramsCUP_TrackedVehicles_NewM113A3_Modules_F_Curator_Curatorark_clear_cargoA3_Modules_FA3_Modules_F_ObjectModifiersark_ace_rearmAdmiralark_chase_aiark_rotorCUP_Creatures_Military_SLACUP_AirVehicles_Mi8CUP_Creatures_Military_ChedakiCUP_Creatures_StaticWeaponsA3_Characters_Face_nouniformrestrictionsace_parachuteAddonsMetaDataUdlcsCUP_WeaponsCUP_VehiclesExpansionEnochCUP_UnitsrandomSeedScenarioDataMCustomAttributesMissionC moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCameraUnextID nextIDnextID"posFE.C9fFdir*0ZupýU^? aside:{D>UListeM itemsItem0Item1SItem2Item3Item4uItem5Item6Item7L Item8 Item9V Item10 Item11 Item12< Item13} Item14 Item15 Item16f Item17 Item18DItem19Item202Item21Item22Item23=Item24Item25Item260Item27Item28Item29aItem30MclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comSclassNameCUP_CAMP_Armory_Misc_LoudspeakersnameCUP_CAMP_Armory_Misc_LoudspeakersclassNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesclassNamegm_structures_euro_80namegm_structures_euro_80authorGlobal Mobilizationurlglobal-mobilization.comuclassNameCUP_CAStructures_MilnameCUP_CAStructures_MilclassNameCUP_AirVehicles_UH60nameCUP_AirVehicles_UH60classNameCUP_TrackedVehicles_BradleynameCUP_TrackedVehicles_BradleyL classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Soft_F_ExpnameArma 3 Apex - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.comV classNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_Enoch_InfrastructurenameArma 3 Contact Platform - Infrastructure ObjectsauthorBohemia Interactiveurlhttps://www.arma3.com< classNameCUP_AirVehicles_A10nameCUP_AirVehicles_A10} classNameCUP_AirVehicles_AH64nameCUP_AirVehicles_AH64 classNameCUP_WheeledVehicles_NewHMMWVnameCUP_WheeledVehicles_NewHMMWV classNameCUP_TrackedVehicles_M1AbramsnameCUP_TrackedVehicles_M1Abramsf classNameCUP_TrackedVehicles_NewM113nameCUP_TrackedVehicles_NewM113 classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comDclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com2classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgclassNameAdmiralnameAdmiralauthorKamiclassNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.org=classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameCUP_Creatures_Military_SLAnameCUP_Creatures_Military_SLAclassNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi80classNameCUP_Creatures_Military_ChedakinameCUP_Creatures_Military_ChedakiclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comaclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/MauthordancemooxHeaderrgameTypeCoopminPlayersmaxPlayersSCategory0CnameMultiplayerAttribute0 Attribute1|nAttributesCpropertyRespawnButtonexpressiontrueValueF|dataV|singleTypeSCALARvalue?|propertyRespawnTemplatesexpressiontrueValueCdataCsingleTypeARRAYvalueCitemsItem0 CdataCsingleTypeSTRINGvalueNoneCIntelsEntities ConnectionsbriefingNameark_co83_ranger_dangeroverviewTextUS Army Rangers defend Green Mountain until extractresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< .items-Item0/Item1"Item2#Item3#Item4[$Item5$Item6ަItem7!Item84Item9pRItem10$pItem11Item12Item13Item14Item15Item16 Item17^Item18FItem19Item20 'Item21*Item221Item238Item24?Item25CItem26JItem27RItem28YItem29 cItem30gItem31kItem32pItem33uItem34M|Item35тItem36Item37Item38Item39Item40Item41]Item42Item43Item44HdataTypeLayernameTime TriggersstateEntitiesidatlOffsetB" items Item0Item1Item2Item3Item4Item5Item6Item7 Item8!"dataTypeTriggerposition-dE)CZEAttributestidtypeEmptyDetectoratlOffset*Bnametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeBdataTypeTriggerpositioncEC*EAttributesJidtypeEmptyDetectoratlOffsetheBnametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition dE-CұEAttributes8idtypeEmptyDetectoratlOffsetAnametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDdataTypeTriggerpositiondEsCӺEAttributes&idtypeEmptyDetectoratlOffsetAnametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition dE^rC EAttributesidtypeEmptyDetectoratlOffset@EAnametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerposition dEEC*EAttributes;idtypeEmptyDetectoratlOffset@nametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerpositioncEBCmEAttributesP idtypeEmptyDetectoratlOffsetXZB nametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCC dataTypeTriggerpositiondEC*FEAttributes-!idMtypeEmptyDetector!nametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {arty_1 call ark_tgc_fnc_nwController};}sizeAsizeBtimeoutEEE!dataTypeTriggerposition$6EkڧCFanglep?Attributesn"id typeEmptyDetectorAreaR50"nametgr_extractsizeACsizeBpAsizeCpAactivationByANYPLAYERisRectangle" dataTypeMarkerpositionThE'C7Enamemkr_aomarkerTypeELLIPSEtypeellipsecolorNameColorWESTfillNameBorderaBbBdrawBorderidatlOffset5#dataTypeMarkerpositionhE%CEnamemkr_tgttypeEmptyidl#dataTypeMarkerpositionhELCyEnamemkr_ammotypeEmptyidatlOffset|)[$dataTypeMarkerposition>zECPFnamemkr_extracttypeEmptyidatlOffset~&C$dataTypeLayernamePlayer Bits & Set DressingEntities&%id atlOffset[@ަ1items0Item0n'Item1)Item2*Item3+Item4-Item50Item6g1Item73Item8;Item9 DItem10(LItem11oUItem12RVItem135WItem14XItem15XItem16YItem17bZItem18>[Item19 \Item20]Item21z_Item22/`Item23`Item24aItem25 dItem26dItem27teItem28*fItem29fItem30gItem31ghItem32CiItem33jItem34jItem35kItem36lItem37pItem38tItem39vItem40xItem41zItem42zItem43{Item44ŠItem45Item46Item47ަdataTypeObjectPositionInfo'sideEmptyflagsAttributes0(id typeLoudspeakers_EP1CustomAttributes_()position8fgEhCEangles3@0(namespeaker_1disableSimulation_(Attribute0(Attribute1)nAttributes)propertyallowDamageexpression_this allowdamage _value;Value()data()singleTypeBOOLvalue)propertyhideObjectexpressionif !(is3DEN) then {_this hideobjectglobal _value;};Value))data))singleTypeBOOLvalue)dataTypeObjectPositionInfo/*sideEmptyflagsAttributesg*id typeCUP_BOX_US_ARMY_Wps_F*position3hE+CEanglesO˽@g*initcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}*dataTypeObjectPositionInfoK+sideEmptyAttributes+id typeCUP_BOX_US_ARMY_Wps_FatlOffset?+positionSgE+C Eanglesf@+initcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}+dataTypeObjectPositionInfoc,sideEmptyflagsAttributes,id typeCUP_BOX_US_ARMY_Wps_F-positionZhE+C EanglessK2@,initcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}- dataTypeObjectPositionInfo-sideEmptyflagsAttributes-id typeCUP_BOX_US_ARMY_AmmoVeh_FatlOffset9CustomAttributesC.0positionhEeCEanglesI˽@-initcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "MORTAR"]] call hull3_unit_fnc_init;}C.Attribute0k.nAttributes0propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value.0data.0singleTypeSTRINGvalue[[[["FirstAidKit","Medikit"],[10,1]],[["Laserbatteries"],[5]],[["Binocular","Rangefinder","CUP_Vector21Nite","CUP_SOFLAM","ToolKit","MineDetector","ItemGPS","acc_flashlight","bipod_01_F_blk","CUP_bipod_Harris_1A2_L_BLK","CUP_bipod_VLTOR_Modpod","CUP_acc_ANPEQ_15","CUP_acc_ANPEQ_2","CUP_acc_ANPEQ_2_Black_Top","CUP_acc_ANPEQ_2_grey","CUP_NVG_PVS14","CUP_NVG_PVS7","CUP_NVG_PVS15_black"],[1,1,5,5,1,1,5,5,2,5,5,4,4,4,4,5,5,5]],[[],[]]],false]0dataTypeObjectPositionInfo)1sideEmptyflagsAttributesa1id typeland_gm_euro_shed_03g1positiongE@CEanglesO1@a1g1dataTypeObjectPositionInfo1sideEmptyflagsAttributes'2id typeLand_Mil_HouseCustomAttributes-23positionNfE[CEanglesӛ?'2-2Attribute0U2nAttributes3propertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Value23data23singleTypeARRAYvalue23itemsItem0,3Item1b3Item233data<3b3singleTypeSCALARvalue*Eb3datar33singleTypeSCALARvalue3data33singleTypeSCALARvalue3 dataTypeObjectPositionInfol4sideEmptyflagsAttributes4id typeCUP_I_UH60L_FFV_RACSatlOffset`CustomAttributes4;positionaEsoC{FanglesK"@4skill?lockUNLOCKEDtexturesBlack4Attribute04nAttributes;propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value5;data5;singleTypeARRAYvalue5;itemsItem06Item1,6;data6,6singleTypeARRAY,6data<6;singleTypeARRAYvalue`6;itemsItem0X7Item17Item27Item3 8Item4A8Item58Item68Item78Item8'9Item9g9Item109Item119Item12:Item13U:Item14:Item15:Item16;Item17@;Item18v;Item19;;datah77singleTypeSTRINGvalueFilters_Hide7data77singleTypeSCALARvalue?7data7 8singleTypeSTRINGvalueHide_ESSS2x 8data8A8singleTypeSCALARvalue?A8dataQ88singleTypeSTRINGvalueHide_ESSS4x8data88singleTypeSCALARvalue?8data88singleTypeSTRINGvalueHide_Nose8data9'9singleTypeSCALARvalue?'9data79g9singleTypeSTRINGvalueNavyclan_hideg9dataw99singleTypeSCALARvalue?9data99singleTypeSTRINGvalueNavyclan2_hide9data9:singleTypeSCALARvalue?:data$:U:singleTypeSTRINGvalueBlackhawk_HideU:datae::singleTypeSCALARvalue?:data::singleTypeSTRINGvalueHide_FlirTurret:data:;singleTypeSCALARvalue?;data;@;singleTypeSTRINGvalueHide_Probe@;dataP;v;singleTypeSCALARvalue?v;data;;singleTypeSTRINGvalueDoorcock_Hide;data;;singleTypeSCALARvalue; dataTypeObjectPositionInfo<sideEmptyflagsAttributes<id typeCUP_I_UH60L_FFV_RACSatlOffsetCustomAttributes< Dpositione8EnCFanglesK"@<skill?lockUNLOCKEDtexturesBlack<Attribute0=nAttributes DpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value= Ddata= DsingleTypeARRAYvalue= DitemsItem0!>Item1J> Ddata1>J>singleTypeARRAYJ>dataZ> DsingleTypeARRAYvalue~> DitemsItem0v?Item1?Item2?Item3)@Item4_@Item5@Item6@Item7AItem8EAItem9AItem10AItem11AItem122BItem13sBItem14BItem15BItem16!CItem17^CItem18CItem19C Ddata??singleTypeSTRINGvalueFilters_Hide?data??singleTypeSCALARvalue??data?)@singleTypeSTRINGvalueHide_ESSS2x)@data9@_@singleTypeSCALARvalue?_@datao@@singleTypeSTRINGvalueHide_ESSS4x@data@@singleTypeSCALARvalue?@data@AsingleTypeSTRINGvalueHide_NoseAdataAEAsingleTypeSCALARvalue?EAdataUAAsingleTypeSTRINGvalueNavyclan_hideAdataAAsingleTypeSCALARvalue?AdataAAsingleTypeSTRINGvalueNavyclan2_hideAdata B2BsingleTypeSCALARvalue?2BdataBBsBsingleTypeSTRINGvalueBlackhawk_HidesBdataBBsingleTypeSCALARvalue?BdataBBsingleTypeSTRINGvalueHide_FlirTurretBdataB!CsingleTypeSCALARvalue?!Cdata1C^CsingleTypeSTRINGvalueHide_Probe^CdatanCCsingleTypeSCALARvalue?CdataCCsingleTypeSTRINGvalueDoorcock_HideCdataC DsingleTypeSCALARvalue D dataTypeObjectPositionInfoDsideEmptyflagsAttributesDid typeCUP_I_UH60L_FFV_RACSatlOffset@CustomAttributesE(LpositionxEoC]Fangles@K"@Dskill?lockUNLOCKEDtexturesBlackEAttribute0;EnAttributes(LpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueE(LdataE(LsingleTypeARRAYvalueF(LitemsItem0?FItem1hF(LdataOFhFsingleTypeARRAYhFdataxF(LsingleTypeARRAYvalueF(LitemsItem0GItem1GItem2 HItem3GHItem4}HItem5HItem6HItem7-IItem8cIItem9IItem10IItem11JItem12PJItem13JItem14JItem15 KItem16?KItem17|KItem18KItem19K(LdataGGsingleTypeSTRINGvalueFilters_HideGdataG HsingleTypeSCALARvalue? HdataHGHsingleTypeSTRINGvalueHide_ESSS2xGHdataWH}HsingleTypeSCALARvalue?}HdataHHsingleTypeSTRINGvalueHide_ESSS4xHdataHHsingleTypeSCALARvalue?HdataI-IsingleTypeSTRINGvalueHide_Nose-Idata=IcIsingleTypeSCALARvalue?cIdatasIIsingleTypeSTRINGvalueNavyclan_hideIdataIIsingleTypeSCALARvalue?IdataIJsingleTypeSTRINGvalueNavyclan2_hideJdata*JPJsingleTypeSCALARvalue?PJdata`JJsingleTypeSTRINGvalueBlackhawk_HideJdataJJsingleTypeSCALARvalue?JdataJ KsingleTypeSTRINGvalueHide_FlirTurret KdataK?KsingleTypeSCALARvalue??KdataOK|KsingleTypeSTRINGvalueHide_Probe|KdataKKsingleTypeSCALARvalue?KdataKKsingleTypeSTRINGvalueDoorcock_HideKdataL(LsingleTypeSCALARvalue(LdataTypeObjectPositionInfoLsideEmptyflagsAttributesLid typeCUP_I_UH60L_FFV_RACSCustomAttributes!MoUpositionXEzoCVkFanglesK"@Lskill?lockUNLOCKEDtexturesBlack!MAttribute0YMAttribute1NnAttributesoUpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueMNdataMNsingleTypeSTRINGvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]NpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value*OoUdata:OoUsingleTypeARRAYvalue^OoUitemsItem0OItem1OoUdataOOsingleTypeARRAYOdataOoUsingleTypeARRAYvalueOoUitemsItem0PItem1QItem2PQItem3QItem4QItem5RItem68RItem7tRItem8RItem9RItem10 SItem11aSItem12SItem13SItem14TItem15PTItem16TItem17TItem18TItem199UoUdataPQsingleTypeSTRINGvalueFilters_HideQdata*QPQsingleTypeSCALARvalue?PQdata`QQsingleTypeSTRINGvalueHide_ESSS2xQdataQQsingleTypeSCALARvalue?QdataQRsingleTypeSTRINGvalueHide_ESSS4xRdataR8RsingleTypeSCALARvalue?8RdataHRtRsingleTypeSTRINGvalueHide_NosetRdataRRsingleTypeSCALARvalue?RdataRRsingleTypeSTRINGvalueNavyclan_hideRdataR SsingleTypeSCALARvalue? Sdata0SaSsingleTypeSTRINGvalueNavyclan2_hideaSdataqSSsingleTypeSCALARvalue?SdataSSsingleTypeSTRINGvalueBlackhawk_HideSdataSTsingleTypeSCALARvalue?TdataTPTsingleTypeSTRINGvalueHide_FlirTurretPTdata`TTsingleTypeSCALARvalue?TdataTTsingleTypeSTRINGvalueHide_ProbeTdataTTsingleTypeSCALARvalue?Tdata U9UsingleTypeSTRINGvalueDoorcock_Hide9UdataIUoUsingleTypeSCALARvalueoUdataTypeObjectPositionInfoUsideEmptyflagsAttributes0Vid typeCUP_B_M2Bradley_USA_WatlOffset@RVposition½E^CFangles@}?!@0Vskill?lockUNLOCKEDRVdataTypeObjectPositionInfoVsideEmptyflagsAttributesWid typeCUP_B_M2Bradley_USA_WatlOffset5Wposition|E#CFanglesQ@??Wskill?lockUNLOCKED5WdataTypeObjectPositionInfoWsideEmptyflagsAttributesWid typeLand_IndFnc_3_D_FXpositionUgETCHEanglesqX@WdisableSimulationXdataTypeObjectPositionInfouXsideEmptyflagsAttributesXid typeLand_IndFnc_3_D_FXpositionxeELUC.˻Eangles)@XdisableSimulationXdataTypeObjectPositionInfo@YsideEmptyflagsAttributesxYid! typeLand_IndFnc_3_D_FYpositioniEXCEanglesM?xYdisableSimulationYdataTypeObjectPositionInfo ZsideEmptyflagsAttributesDZid typeLand_IndFnc_Pole_FbZpositioneETCջEangles@DZdisableSimulationbZdataTypeObjectPositionInfoZsideEmptyflagsAttributes [id" typeLand_IndFnc_Pole_FatlOffset8>[position$iEDZC֛Eanglesi? [disableSimulation>[dataTypeObjectPositionInfo[sideEmptyflagsAttributes[id# typeLand_IndFnc_Pole_F \positionapositionhE]CEanglesi@aadataTypeObjectPositionInfoAbsideEmptyflagsAttributesybid typeLand_GuardHouse_02_grey_FCustomAttributesb dpositionogECEangles$|@ybbAttribute0bnAttributes dpropertyDoorStatesexpression['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;Valuec ddata'c dsingleTypeARRAYvalueKc ditemsItem0~cItem1cItem2c ddataccsingleTypeSCALARvalue(BcdataccsingleTypeSCALARvaluecdatac dsingleTypeSCALARvalue ddataTypeObjectPositionInfodsideEmptyflagsAttributesdid typeLand_GuardTower_02_Fdposition/gEC`&EdddataTypeObjectPositionInfo6esideEmptyflagsAttributesneid$ typeLand_GuardTower_02_Fteposition5eEC?Eangles"@netedataTypeObjectPositionInfoesideEmptyflagsAttributes$fid% typeLand_GuardTower_02_F*fpositionwgECŹEangles5@$f*fdataTypeObjectPositionInfofsideEmptyflagsAttributesfid& typeLand_GuardTower_02_Ffposition.\iECEangles ?ffdataTypeObjectPositionInfoMgsideEmptyflagsAttributesgid typeFlag_US_FgpositionlgECZEangles%g?ggdataTypeObjectPositionInfohsideEmptyflagsAttributesIhid typeLand_ConcretePanels_02_single_v1_FghpositionhEC"Eangles@(@IhdisableSimulationghdataTypeObjectPositionInfohsideEmptyflagsAttributes%iid typeLand_ConcretePanels_02_single_v1_FCiposition,gECEangles_@(@%idisableSimulationCidataTypeObjectPositionInfoisideEmptyflagsAttributesjid typeLand_ConcretePanels_02_single_v1_FjpositiongE#C!Eangles@(@jdisableSimulationjdataTypeObjectPositionInfojsideEmptyflagsAttributesjid typeLand_ConcretePanels_02_single_v1_FjpositionX"hEC,Eangles@(@jdisableSimulationjdataTypeObjectPositionInfoksideEmptyflagsAttributeskid typeLand_ConcretePanels_02_single_v1_FkpositiongECEangles(@@kdisableSimulationkdataTypeObjectPositionInfo]lsideEmptyflagsAttributeslid typeLand_ConcretePanels_02_single_v1_FlpositiongEuCEangles!@(@@ldisableSimulationl dataTypeObjectPositionInfoNmsideEmptyflagsAttributesmid typeCUP_B_A10_DYN_USAatlOffsetICustomAttributesSoppositionygEC7(Fangles݅@mskill?lockUNLOCKEDnamecas_1texturesGreenpylonsCUP_PylonPod_2Rnd_AIM_9L_LAU_Sidewinder_M;CUP_PylonPod_19Rnd_Rocket_FFAR_plane_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_Mk82_M;PylonMissile_1Rnd_BombCluster_01_F;CUP_PylonPod_3Rnd_Mk82_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_19Rnd_Rocket_FFAR_plane_M;CUP_PylonPod_2Rnd_AIM_9L_LAU_Sidewinder_M;SoAttribute0{onAttributesppropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueopdataopsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,2]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]p dataTypeObjectPositionInfo8qsideEmptyflagsAttributespqid typeCUP_B_A10_DYN_USAatlOffset6CustomAttributes=stposition6EC N)Fangles݅@pqskill?lockUNLOCKEDnamecas_2texturesGreenpylonsCUP_PylonPod_2Rnd_AIM_9L_LAU_Sidewinder_M;CUP_PylonPod_19Rnd_Rocket_FFAR_plane_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_Mk82_M;PylonMissile_1Rnd_BombCluster_01_F;CUP_PylonPod_3Rnd_Mk82_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_19Rnd_Rocket_FFAR_plane_M;CUP_PylonPod_2Rnd_AIM_9L_LAU_Sidewinder_M;=sAttribute0esnAttributestpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuestdatastsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,2]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]t dataTypeObjectPositionInfo"usideEmptyflagsAttributesZuid typeCUP_B_AH64_DL_USAatlOffsetCustomAttributesluvpositionIExCFangles@Zuskill?luAttribute0unAttributesvpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueuvdatauvsingleTypeSTRINGvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]v dataTypeObjectPositionInfoXwsideEmptyflagsAttributeswid typeCUP_B_AH64_DL_USAatlOffsetrCustomAttributeswxpositionExCFangles@wskill?wAttribute0wnAttributesxpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$xxdata4xxsingleTypeSTRINGvalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]xdataTypeObjectPositionInfoysideEmptyflagsAttributesyid typeCUP_BOX_US_ARMY_AmmoOrd_FatlOffset`9zpositionWhECEangles@yinitcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "MINES"]] call hull3_unit_fnc_init;}zdataTypeObjectPositionInfozsideEmptyflagsAttributeszid typeLand_ClutterCutter_large_FzpositionekgECpջEzzdataTypeObjectPositionInfoQ{sideEmptyflagsAttributesq{id typeland_gm_ge_einheitssirene_57atlOffset A{positionfECEq{disableSimulation{ dataTypeObjectPositionInfo6|sideEmptyflagsAttributesn|id typeCUP_B_nM1025_Unarmed_USMC_WDLatlOffsetCustomAttributes}Šposition'whEC1Eangles?@W@n|skill?lockUNLOCKEDinitcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}texturesWoodland}Attribute0=}Attribute1_~nAttributesŠpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value}_~data}_~singleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]_~propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueŠdataŠsingleTypeARRAYvalue;ŠitemsItem0cItem1ŠdatassingleTypeARRAYdataŠsingleTypeARRAYvalueŠ'items&Item0Item1ځItem2Item3[Item4Item5ڂItem6Item7ZItem8Item9ӃItem10 Item11MItem12Item13ńItem14Item15EItem16{Item17…Item18Item19@Item20vItem21Item22Item239Item24oItem25Item26Item27!Item28WItem29Item30ՈItem31Item32NItem33Item34ljItem35Item36EItem37ŠdataځsingleTypeSTRINGvaluehide_front_left_antennaځdatasingleTypeSCALARvalue?data [singleTypeSTRINGvaluehide_front_right_antenna[dataksingleTypeSCALARvaluedataڂsingleTypeSTRINGvaluehide_rear_left_antennaڂdatasingleTypeSCALARvalue?data ZsingleTypeSTRINGvaluehide_rear_right_antennaZdatajsingleTypeSCALARvalue?dataӃsingleTypeSTRINGvaluehide_left_mirrorӃdata singleTypeSCALARvalue dataMsingleTypeSTRINGvaluehide_right_mirrorMdata]singleTypeSCALARvaluedatańsingleTypeSTRINGvaluehide_brushguardńdataՄsingleTypeSCALARvalue?data EsingleTypeSTRINGvaluehide_blue_force_trackerEdataU{singleTypeSCALARvalue?{data…singleTypeSTRINGvaluehide_door_front_left…data҅singleTypeSCALARvaluedata@singleTypeSTRINGvaluehide_door_front_right@dataPvsingleTypeSCALARvaluevdatasingleTypeSTRINGvaluehide_door_rear_leftdatăsingleTypeSCALARvaluedata9singleTypeSTRINGvaluehide_door_rear_right9dataIosingleTypeSCALARvalueodatasingleTypeSTRINGvaluehide_ammo_cansdatasingleTypeSCALARvalue?data!singleTypeSTRINGvaluehide_cip!data1WsingleTypeSCALARvalue?WdatagsingleTypeSTRINGvaluehide_rear_view_cameradataՈsingleTypeSCALARvalue?ՈdatasingleTypeSTRINGvaluehide_radio_smalldata(NsingleTypeSCALARvalueNdata^singleTypeSTRINGvaluehide_radio_largedataljsingleTypeSCALARvalue?ljdata׉singleTypeSTRINGvaluehide_old_front_bumperdataEsingleTypeSCALARvalue?EdataUsingleTypeSTRINGvaluehide_old_rear_bumperdataŠsingleTypeSCALARvalue?Š dataTypeObjectPositionInfoisideEmptyflagsAttributesid typeCUP_B_M1A1SA_Woodland_US_ArmyatlOffsetHCustomAttributesًposition᫏EΪC pFanglesX?skill?lockUNLOCKEDtexturesUSWoodlandًAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuekdata{singleTypeSTRINGvalue[[[["CUP_arifle_M4A1","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USMC_MOLLE"],[4]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value1dataAsingleTypeARRAYvalueeitemsItem0Item1datasingleTypeARRAYdataƎsingleTypeARRAYvalueitemsItem0Item1YItem2Item3ԐItem4 Item5OItem6Item7̑Item8Item9MItem10Item11ΒItem12Item13LItem14Item15ȓItem16Item17EItem18{Item19Item20Item21;Item22qItem23data"YsingleTypeSTRINGvaluehide_bustle_rack_extYdataisingleTypeSCALARvaluedataԐsingleTypeSTRINGvaluehide_duke_antennasԐdata singleTypeSCALARvalue? dataOsingleTypeSTRINGvaluehide_loader_shieldOdata_singleTypeSCALARvalue?datȃsingleTypeSTRINGvaluehide_rear_side_skirt̑dataܑsingleTypeSCALARvaluedataMsingleTypeSTRINGvaluehide_M250_Smoke_LauncherMdata]singleTypeSCALARvaluedataΒsingleTypeSTRINGvaluehide_M257_Smoke_LauncherΒdataޒsingleTypeSCALARvalue?dataLsingleTypeSTRINGvaluehide_cip_panel_bustleLdata\singleTypeSCALARvalue?dataȓsingleTypeSTRINGvaluehide_cip_panel_rearȓdataؓsingleTypeSCALARvalue?dataEsingleTypeSTRINGvaluehide_front_ti_panelsEdataU{singleTypeSCALARvalue?{datasingleTypeSTRINGvaluehide_reserve_wheelsdataєsingleTypeSCALARvalue?data;singleTypeSTRINGvaluehide_Deployment_1;dataKqsingleTypeSCALARvalue?qdatasingleTypeSTRINGvaluehide_Deployment_2dataŕsingleTypeSCALARvalue? dataTypeObjectPositionInfosideEmptyflagsAttributesʖid typeCUP_B_M1A1SA_Woodland_US_ArmyatlOffset׼CustomAttributespositionE̪CFFangles:\?ʖskill?lockUNLOCKEDtexturesUSWoodlandAttribute0:Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_M4A1","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USMC_MOLLE"],[4]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueZdatajsingleTypeARRAYvalueitemsItem0Item1ߙdataƙߙsingleTypeARRAYߙdatasingleTypeARRAYvalueitemsItem0;Item1Item2Item3Item43Item5xItem6Item7Item8+Item9vItem10Item11Item12-Item13uItem14Item15Item16'Item17nItem18Item19Item20 Item21dItem22Item23ޠdataKsingleTypeSTRINGvaluehide_bustle_rack_extdatasingleTypeSCALARvaluedatațsingleTypeSTRINGvaluehide_duke_antennasdata 3singleTypeSCALARvalue?3dataCxsingleTypeSTRINGvaluehide_loader_shieldxdatasingleTypeSCALARvalue?datasingleTypeSTRINGvaluehide_rear_side_skirtdata+singleTypeSCALARvalue+data;vsingleTypeSTRINGvaluehide_M250_Smoke_LaunchervdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehide_M257_Smoke_Launcherdata-singleTypeSCALARvalue?-data=usingleTypeSTRINGvaluehide_cip_panel_bustleudatasingleTypeSCALARvalue?datasingleTypeSTRINGvaluehide_cip_panel_reardata'singleTypeSCALARvalue?'data7nsingleTypeSTRINGvaluehide_front_ti_panelsndata~singleTypeSCALARvalue?datasingleTypeSTRINGvaluehide_reserve_wheelsdata singleTypeSCALARvalue? data0dsingleTypeSTRINGvaluehide_Deployment_1ddatatsingleTypeSCALARvalue?dataޠsingleTypeSTRINGvaluehide_Deployment_2ޠdatasingleTypeSCALARvalue? dataTypeObjectPositionInfosideEmptyflagsAttributesid typeCUP_B_M113A3_USAatlOffset@CustomAttributespositionKڏECustomAttributes߰7position]gE),CξEangles@߰Attribute0Attribute1nAttributes7property#filterexpression_this setVariable ["#filter",_value]Valuemdata}singleTypeSCALARvaluePAproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value7data7singleTypeBOOLvalue7 dataTypeLogicPositionInfoareaSize@?areaIsRectangleflagsid typeModuleHideTerrainObjects_FatlOffsetCustomAttributes%}positionv#gECEangles-;ާ>P@%Attribute0]Attribute1nAttributes}property#filterexpression_this setVariable ["#filter",_value]ValuedataósingleTypeSCALARvalue@@property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueI}dataY}singleTypeBOOLvalue}dataTypeLogicPositionInfo#areaSize@?areaIsRectangleflagsid typeModuleHideTerrainObjects_FCustomAttributes[positioneECٻEanglesrE/;@#;[Attribute0Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatasingleTypeSCALARvalue@@property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatasingleTypeBOOLvaluedataTypeLogicPositionInfoYareaSize@?areaIsRectangleflagsid typeModuleHideTerrainObjects_FCustomAttributespositioniECO{Eangles@f<Attribute0ɷAttribute1UnAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueUdata/UsingleTypeSCALARvalue@@Uproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedataŸsingleTypeBOOLvaluedataTypeLogicPositionInfoIid typeModuleDoorOpen_FCustomAttributesposition[bhECϚEangles =v@Attribute0ɹAttribute1fAttribute2nAttributespropertyModuleDoorOpen_F_Hatchexpression_this setVariable ['Hatch',_value,true];Value2fdataBfsingleTypeSTRINGvalue1fpropertyModuleDoorOpen_F_Doorexpression_this setVariable ['Door',_value,true];ValueͺdataݺsingleTypeSTRINGvalue1propertyModuleDoorOpen_F_Radiusexpression_this setVariable ['Radius',_value,true];Valueldata|singleTypeSCALARvalueCdataTypeLogicPositionInfoid2 typeARK_ACE_Rearm!positionBEXC6Fangles#;@!dataTypeLayernameSafety Off (50 Inf)stateEntitiesid{ atlOffset&B4itemsItem0Item1Item2Item3EItem4jItem5Item6<Item7Item8&Item9Item10Item11Item12Item13[Item14Item15Item16 Item17LItem18Item19Item20 Item21b$Item22'Item23(4dataTypeGroupsideCivilianEntities Attributesid| atlOffsetffNBitemsItem0?Item1&Item2dataTypeObjectPositionInfoľsideCivilianflagsAttributesid} typeC_Bob_VRCustomAttributes&positionHPEYCjtEAttribute0"Attribute1nAttributes&propertyspeakerexpression_this setspeaker _value;Valueldata|singleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value&data&singleTypeSCALARvalue\?&dataTypeWaypointpositionf^E몷C8EEffectsshowWPNEVERid~ typeMovedataTypeWaypointloiterAltitudeposition hECEEffects showWPNEVERidF typeMovedataTypeGroupsideCivilianEntitiesuAttributeszid atlOffsetffNBitemsItem0Item1Item2zdataTypeObjectPositionInfo-sideCivilianflagsAttributesMid typeC_Bob_VRCustomAttributesSpositionOEZCDxEMSAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueYdataisingleTypeSCALARvalue\?dataTypeWaypointpositionYE-,CüEEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition hECEEffectstshowWPNEVERidG typeMovezzdataTypeTriggerpositionOEٝCwEangle6a?Attributesid typeEmptyDetectorAreaR50Econditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AEdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesjposition4`NE țC#Eangles_@9a?I'>Attribute0Attribute1Attribute2ZAttribute3Attribute4Attribute5Attribute6<Attribute7 Attribute8Attribute9Attribute10YAttribute11Attribute12Attribute13nAttributesjpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuepdatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$Zdata4ZsingleTypeSCALARvalueZpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQdataasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value<data<singleTypeBOOLvalue<propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value\datalsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value#Ydata3YsingleTypeSCALARvalueYpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuerdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value7jdataGjsingleTypeSTRINGvaluejdataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item2MdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributespositiontEr`Cd$EAttribute0Attribute1fnAttributespropertyspeakerexpression_this setspeaker _value;Value(fdata8fsingleTypeSTRINGvalueMale01GREVRfpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointpositionEqEWCEEffectsGshowWPNEVERid typeMoveMMdataTypeWaypointloiterAltitudeposition hECEEffectsshowWPNEVERidH typeMovedataTypeGroupsideCivilianEntities1Attributes6id atlOffsetffNB<itemsItem0dItem1KItem26dataTypeObjectPositionInfosideCivilianflagsAttributes id typeC_Bob_VRCustomAttributesKposition"tECl-E Attribute0GAttribute1nAttributesKpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueKdata%KsingleTypeSCALARvalue\?KdataTypeWaypointposition}kEACEEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition hECEEffects0showWPNEVERidI typeMove66<dataTypeTriggerpositionhtE7C4Eangle6a?Attributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoiid typeAdmiral_OndemandCampZoneCustomAttributes&positionrE\C:CEangles@9a?>Attribute0Attribute1_Attribute2Attribute3Attribute4Attribute5CAttribute6Attribute7Attribute8Attribute9NAttribute10Attribute11Attribute12Attribute13dnAttributes&propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value,_data<_singleTypeSTRINGvalue_propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueNdata^singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value CdataCsingleTypeSCALARvalue ACpropertyAdmiral_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];ValueNdata^singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueNdata(NsingleTypeSCALARvalueNpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueedatausingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value&data&singleTypeSTRINGvalue&dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item2 dataTypeObjectPositionInfo<sideCivilianflagsAttributes\id typeC_Bob_VRCustomAttributesbpositionc}E&*CE\bAttribute0Attribute1"nAttributespropertyspeakerexpression_this setspeaker _value;Value"data"singleTypeSTRINGvalueMale01GREVR"propertypitchexpression_this setpitch _value;ValuehdataxsingleTypeSCALARvalue\?dataTypeWaypointposition.vEC;EEffectsshowWPNEVERid typeMove dataTypeWaypointloiterAltitudeposition hECEEffectsshowWPNEVERidJ typeMovedataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0 Item1Item2rdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesposition;}EFCEAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueMdata]singleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointpositionbsECiEEffectslshowWPNEVERid typeMoverrdataTypeWaypointloiterAltitudeposition hECEEffectsshowWPNEVERidK typeMovedataTypeTriggerposition}ETNC׶Eangle6a?Attributeslid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo%id typeAdmiral_OndemandCampZoneCustomAttributes]position|EBsC[EanglesQ@9a?3~@]Attribute0YAttribute1Attribute2Attribute3Attribute4@Attribute5Attribute6Attribute7Attribute8=Attribute9 Attribute10Attribute11Attribute12WAttribute13 nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueSdatacsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value @data@singleTypeSCALARvalueB@propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueMdata]singleTypeSCALARvaluepropertyAdmiral_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];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value`datapsingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value!Wdata1WsingleTypeSCALARvalueWpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities@AttributesUid atlOffsetffNB[itemsItem0sItem1jItem2U dataTypeObjectPositionInfosideCivilianflagsAttributes(id typeC_Bob_VRatlOffset8CustomAttributes.jpositiongE`C "E(.Attribute0fAttribute1nAttributesjpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value4jdataDjsingleTypeSCALARvalue\?jdataTypeWaypointpositionriEeCEEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition hECEEffectsOshowWPNEVERidL typeMoveUU[dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item2N dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset8CustomAttributespositionO)gE~C%EAttribute0Attribute1gnAttributespropertyspeakerexpression_this setspeaker _value;Value)gdata9gsingleTypeSTRINGvalueMale01GREVRgpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointpositioncE}ACEEffectsHshowWPNEVERid typeMoveNNdataTypeWaypointloiterAltitudeposition hECEEffectsshowWPNEVERidM typeMovedataTypeTriggerpositionggEjC%Eangle6a?AttributesHid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset8CustomAttributesI positioneE۝CEangles "J>9a?;IAttribute0EAttribute1Attribute2Attribute3uAttribute4,Attribute5Attribute6Attribute7oAttribute8)Attribute9Attribute10 Attribute11 Attribute12C Attribute13 nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value?udataOusingleTypeSCALARvalueBupropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,data,singleTypeSCALARvalueB,propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueldata|singleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value9odataIosingleTypeSCALARvalueopropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value)data)singleTypeSTRINGvalue)propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueL  data\  singleTypeSCALARvalue A propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value C data C singleTypeSCALARvalueC 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, AttributesFid6 atlOffsetffNBLitemsItem0_ Item1FItem2FdataTypeObjectPositionInfo sideCivilianflagsAttributesid7 typeC_Bob_VRCustomAttributes FpositionZEC$E Attribute0BAttribute1nAttributesFpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueFdata FsingleTypeSCALARvalue\?FdataTypeWaypointloiterAltitudepositionfECfEEffectsshowWPNEVERid< typeMovedataTypeWaypointloiterAltitudeposition hECEEffects@showWPNEVERidN typeMoveFFLdataTypeGroupsideCivilianEntitiesAttributesid8 atlOffsetffNBitemsItem0Item1Item2T dataTypeObjectPositionInforsideCivilianflagsAttributesid9 typeC_Bob_VRatlOffset8CustomAttributespositionpYE1C,EAttribute0Attribute1XnAttributespropertyspeakerexpression_this setspeaker _value;ValueXdata*XsingleTypeSTRINGvalueMale01GREVRXpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition^E'CEEffectsNshowWPNEVERid= typeMoveTTdataTypeWaypointloiterAltitudeposition hECEEffectsshowWPNEVERidO typeMovedataTypeTriggerpositionAPZE˜CEangle6a?AttributesNid: typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoid; typeAdmiral_OndemandCampZoneatlOffset8CustomAttributesO positionXE\pC&Eanglesh@8a? =OAttribute0KAttribute1 Attribute2Attribute3{Attribute42Attribute5Attribute6Attribute7uAttribute8/Attribute9Attribute10Attribute11Attribute12IAttribute13 nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueE{dataU{singleTypeSCALARvalueB{propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value2data 2singleTypeSCALARvalueB2propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuerdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value?udataOusingleTypeSCALARvalueupropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value/data /singleTypeSTRINGvalue/propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueRdatabsingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueIdata#IsingleTypeSCALARvalueIpropertyAdmiral_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 dataTypeGroupsideCivilianEntities2!Attributes\$id> atlOffsetffNBb$itemsItem0e!Item1\#Item2#\$ dataTypeObjectPositionInfo!sideCivilianflagsAttributes"id? typeC_Bob_VRatlOffset8CustomAttributes "\#positionuECE" "Attribute0X"Attribute1"nAttributes\#propertyspeakerexpression_this setspeaker _value;Value""data""singleTypeSTRINGvalueMale01GREVR"propertypitchexpression_this setpitch _value;Value&#\#data6#\#singleTypeSCALARvalue\?\#dataTypeWaypointloiterAltitudepositionsĒC EEffects#showWPNEVERidD typeMove##dataTypeWaypointloiterAltitudeposition hECEEffectsV$showWPNEVERidP typeMove\$\$b$dataTypeGroupsideCivilianEntities$Attributes'id@ atlOffsetffNB'itemsItem0$Item1&Item2Z''dataTypeObjectPositionInfox%sideCivilianflagsAttributes%idA typeC_Bob_VRCustomAttributes%&positionCuECnE%%Attribute0%Attribute1^&nAttributes&propertyspeakerexpression_this setspeaker _value;Value &^&data0&^&singleTypeSTRINGvalueMale01GREVR^&propertypitchexpression_this setpitch _value;Value&&data&&singleTypeSCALARvalue\?&dataTypeWaypointloiterAltitudepositionEmEC7EEffectsT'showWPNEVERidE typeMoveZ'Z'dataTypeWaypointloiterAltitudeposition hECEEffects'showWPNEVERidQ typeMove'''dataTypeTriggerposition uEzbCEangle6a?AttributesT(idB typeEmptyDetectorAreaR50(conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A(dataTypeLogicPositionInfo)idC typeAdmiral_OndemandCampZoneatlOffset8CustomAttributesU)4positionsECEangles5=8a?Q@U)Attribute0Q*Attribute1+Attribute2+Attribute3,Attribute48-Attribute5-Attribute6.Attribute7{/Attribute850Attribute91Attribute101Attribute112Attribute12O3Attribute134nAttributes4propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value*+data*+singleTypeSTRINGvalue+propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value++data++singleTypeSCALARvalue+propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueK,,data[,,singleTypeSCALARvalueB,propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value-8-data-8-singleTypeSCALARvalueB8-propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value--data--singleTypeSCALARvalue A-propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuex..data..singleTypeBOOLvalue.propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueE/{/dataU/{/singleTypeSCALARvalue{/propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value050data050singleTypeSTRINGvalue50propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value01data01singleTypeSCALARvalue1propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value11data11singleTypeSCALARvalue1propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueX22datah22singleTypeSCALARvalue@2propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value3O3data)3O3singleTypeSCALARvalueO3propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value34data34singleTypeSCALARvalue4propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value44data44singleTypeSTRINGvalue4dataTypeLayername5 Minutes - Technical Start (2 Tech)stateEntitiesP5id atlOffset|BpRitemsItem05Item107Item27Item3 DItem4EItem5KFpRdataTypeGroupsideCivilianEntities6Attributes*7id atlOffsetffNB07itemsItem0*6Item16*7dataTypeObjectPositionInfo6sideCivilianflagsAttributes6id typeC_Bob_VR6positiongEnCX E66dataTypeWaypointpositionUBiEDCEEffects$7showWPNEVERid typeMove*7*707dataTypeTriggerposition?TE=CݩEAttributes7id typeEmptyDetectorAreaR507conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB A7dataTypeLogicPositionInfoM8id typeAdmiral_OndemandCampZoneCustomAttributes8 DpositionEKCEangleskN@@8Attribute09Attribute1C:Attribute2:Attribute3;Attribute4h<Attribute5'=Attribute6=Attribute7>Attribute8e?Attribute92@Attribute10@Attribute11AAttribute12BAttribute13HCnAttributes DpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value:C:data :C:singleTypeSTRINGvalueC:propertyAdmiral_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];Value2<h<dataB<h<singleTypeSCALARvalueBh<propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value<'=data='=singleTypeSCALARvalue B'=propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value==data==singleTypeBOOLvalue=propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueu>>data>>singleTypeSCALARvalue>propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value2?e?dataB?e?singleTypeSTRINGvaluee?propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value?2@data @2@singleTypeSCALARvalue2@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value@@data@@singleTypeSCALARvalue?@propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueAAdataAAsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueIBBdataYBBsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueCHCdata"CHCsingleTypeSCALARvalueHCpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueC DdataC DsingleTypeSTRINGvalue DdataTypeGroupsideCivilianEntitieshDAttributesEid atlOffsetffNBEitemsItem0DItem1%EEdataTypeObjectPositionInfoDsideCivilianflagsAttributesEid typeC_Bob_VR%Eposition FE4CEE%EdataTypeWaypointpositionUBiEDCEEffectsEshowWPNEVERid typeMoveEEEdataTypeTriggerpositionEECEAttributesEid typeEmptyDetectorAreaR50KFconditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AKFdataTypeLogicPositionInfoFid typeAdmiral_OndemandCampZoneCustomAttributesFpRposition$HEՑCEangles@@FAttribute0GAttribute1HAttribute2`IAttribute3JAttribute4JAttribute5KAttribute6BLAttribute7MAttribute8MAttribute9NAttribute10_OAttribute11$PAttribute12PAttribute13QnAttributespRpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuevHHdataHHsingleTypeSTRINGvalueHpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value*I`Idata:I`IsingleTypeSCALARvalue`IpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueIJdataIJsingleTypeSCALARvalueBJpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueJJdataJJsingleTypeSCALARvalueBJpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueWKKdatagKKsingleTypeSCALARvalue BKpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueLBLdataLBLsingleTypeBOOLvalueBLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueLMdataLMsingleTypeSCALARvalueMpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueMMdataMMsingleTypeSTRINGvalueMpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuebNNdatarNNsingleTypeSCALARvalueNpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value)O_Odata9O_OsingleTypeSCALARvalue?_OpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueO$PdataO$PsingleTypeSCALARvalue$PpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuePPdataPPsingleTypeSCALARvaluePpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuexQQdataQQsingleTypeSCALARvalueQpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value=RpRdataMRpRsingleTypeSTRINGvaluepRdataTypeLayername10 Minutes - Tank Start (2 Tank)stateEntitiesRid atlOffsetkB$pitemsItem06SItem1TItem2UItem3aItem4IcItem5c$pdataTypeGroupsideCivilianEntitiesSAttributesTid atlOffsetffNBTitemsItem0SItem1aTTdataTypeObjectPositionInfo;TsideCivilianflagsAttributes[Tid typeC_Bob_VRatlOffset8aTpositionG1ECFE[TaTdataTypeWaypointpositionH:iECƻEEffectsTshowWPNEVERid typeMoveTTTdataTypeTriggerposition1EŠCwEAttributes:Uid typeEmptyDetectorAreaR50Uconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AUdataTypeLogicPositionInfoUid typeAdmiral_OndemandCampZoneCustomAttributes(VapositionˈE(#C@Eangles!=@(VAttribute0$WAttribute1WAttribute2XAttribute3TYAttribute4 ZAttribute5ZAttribute6[Attribute7N\Attribute8]Attribute9]Attribute10^Attribute11a_Attribute12"`Attribute13`nAttributesapropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueWWdataWWsingleTypeSTRINGvalueWpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuegXXdatawXXsingleTypeSCALARvalueXpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueYTYdata.YTYsingleTypeSCALARvalueBTYpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueY ZdataY ZsingleTypeSCALARvalueB ZpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueZZdataZZsingleTypeSCALARvalueAZpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueK[[data[[[singleTypeBOOLvalue[propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value\N\data(\N\singleTypeSCALARvalueN\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];Valuef^^datav^^singleTypeSCALARvalue^propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value+_a_data;_a_singleTypeSCALARvaluea_propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value_"`data_"`singleTypeSCALARvalue?"`propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value``data``singleTypeSCALARvalue`propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuezaadataaasingleTypeSTRINGvalueadataTypeGroupsideCivilianEntities bAttributesCcid atlOffsetffNBIcitemsItem03bItem1bCcdataTypeObjectPositionInfobsideCivilianflagsAttributesbid typeC_Bob_VRatlOffset8bposition#BEECEbbdataTypeWaypointpositionH:iECƻEEffects=cshowWPNEVERid typeMoveCcCcIcdataTypeTriggerpositionH$BEGCEAttributescid typeEmptyDetectorAreaR50cconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AcdataTypeLogicPositionInfogdid typeAdmiral_OndemandCampZoneCustomAttributesd$pposition WAEBCByEangles@v@dAttribute0eAttribute1]fAttribute2gAttribute3gAttribute4hAttribute5AiAttribute6iAttribute7jAttribute8kAttribute9LlAttribute10mAttribute11mAttribute12nAttribute13bonAttributes$ppropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value*f]fdata:f]fsingleTypeSTRINGvalue]fpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuefgdatafgsingleTypeSCALARvaluegpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueggdataggsingleTypeSCALARvalueBgpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueLhhdata\hhsingleTypeSCALARvalueBhpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value iAidataiAisingleTypeSCALARvalueAAipropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueiidataiisingleTypeBOOLvalueipropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuejjdatajjsingleTypeSCALARvaluejpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueLkkdata\kksingleTypeSTRINGvaluekpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuelLldata&lLlsingleTypeSCALARvalueLlpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuelmdatalmsingleTypeSCALARvaluempropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuemmdatammsingleTypeSCALARvaluempropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuecnndatasnnsingleTypeSCALARvalue?npropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value,obodatasAttribute0tAttribute1uAttribute2UvAttribute3 wAttribute4wAttribute5xAttribute67yAttribute7zAttribute8zAttribute9{Attribute10T|Attribute11}Attribute12}Attribute13~nAttributesepropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuekuudata{uusingleTypeSTRINGvalueupropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuevUvdata/vUvsingleTypeSCALARvalueUvpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuev wdatav wsingleTypeSCALARvalueB wpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuewwdatawwsingleTypeSCALARvalueBwpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueLxxdata\xxsingleTypeSCALARvalueAxpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuey7ydatay7ysingleTypeBOOLvalue7ypropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueyzdatayzsingleTypeSCALARvaluezpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuezzdatazzsingleTypeSTRINGvaluezpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueW{{datag{{singleTypeSCALARvalue{propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value|T|data.|T|singleTypeSCALARvalueT|propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value|}data|}singleTypeSCALARvalue}propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value}}data}}singleTypeSCALARvalue?}propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuem~~data}~~singleTypeSCALARvalue~propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value2edataBesingleTypeSTRINGvalueedataTypeGroupsideCivilianEntitiesAttributesidR atlOffsetffNBitemsItem0Item1dataTypeObjectPositionInfoZsideCivilianflagsAttributeszidS typeC_Bob_VRposition:EѵCfmEzdataTypeWaypointloiterAltitudeposition9iECϻEEffectsshowWPNEVERidW typeMovedataTypeTriggerposition:EϵC=EAttributesnidT typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AdataTypeLogicPositionInfo$idU typeAdmiral_OndemandCampZoneCustomAttributes\positionf9EuյC Eanglest@s>\Attribute0XAttribute1Attribute2фAttribute3Attribute4?Attribute5Attribute6Attribute7Attribute8<Attribute9 Attribute10ЊAttribute11Attribute12VAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueфdataфsingleTypeSCALARvalueфpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueRdatabsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value ?data?singleTypeSCALARvalueB?propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueȆdata؆singleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueLdata\singleTypeSCALARvaluepropertyAdmiral_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];Value_dataosingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value Vdata0VsingleTypeSCALARvalue?VpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLayername20 Minutes - More Inf (20 Inf)EntitiesEid atlOffsetitemsItem0%Item1Item2!Item3Item4Item5Item6Item7ƪItem8Item9YItem10ǽItem11Item12Item13Item14Item15LItem16qItem17dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetitemsItem0Item1Item2- dataTypeObjectPositionInfoKsideCivilianflagsAttributeskid typeC_Bob_VRatlOffsetCustomAttributesqpositionPECjEkqAttribute0Attribute11nAttributespropertyspeakerexpression_this setspeaker _value;Value1data1singleTypeSTRINGvalueMale01GREVR1propertypitchexpression_this setpitch _value;ValuewdatasingleTypeSCALARvalue33s?dataTypeWaypointloiterAltitudepositionYE αC0EEffects'showWPNEVERidl typeMove--dataTypeWaypointloiterAltitudepositionFhE CEEffectsshowWPNEVERidx typeMovedataTypeGroupsideCivilianEntitiesAttributesid !itemsItem04Item1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesٓid typeC_Bob_VRCustomAttributesߓpositionPE.COEٓߓAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueadataqsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueG?dataTypeWaypointloiterAltitudeposition\E8C&EEffectsshowWPNEVERidm typeMovedataTypeWaypointloiterAltitudepositionFhE CEEffectsshowWPNEVERidy typeMove!dataTypeTriggerpositionPECIEangleP@Attributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AdataTypeLogicPositionInfoKid typeAdmiral_OndemandCampZoneCustomAttributesposition6PEgҘCdEanglesӑ@W@D->Attribute0Attribute1AAttribute2Attribute3Attribute4fAttribute5%Attribute6ڜAttribute7Attribute8cAttribute90Attribute10Attribute11Attribute12}Attribute13FnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueAdataAsingleTypeSTRINGvalueApropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value™dataҙsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueydatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value0fdata@fsingleTypeSCALARvalueBfpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value%data%singleTypeSCALARvalueA%propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueڜdataڜsingleTypeBOOLvalueڜpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuesdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value0cdata@csingleTypeSTRINGvaluecpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value0data 0singleTypeSCALARvalue0propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedataџsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueG}dataW}singleTypeSCALARvalue}propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueFdata FsingleTypeSCALARvalueFpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueբdatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesfAttributesidX atlOffset:itemsItem0Item1Item2 dataTypeObjectPositionInfo.sideCivilianflagsAttributesNidY typeC_Bob_VRatlOffset:CustomAttributesTposition 1fE?C_ENTAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value֤datasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueZdatajsingleTypeSCALARvalue33s?dataTypeWaypointloiterAltitudepositionMeE C[ѶEEffects showWPNEVERidj typeMovedataTypeWaypointloiterAltitudepositionFhE CEEffectsshowWPNEVERidr typeMovedataTypeGroupsideCivilianEntitiesAttributesidZ itemsItem0Item1Item2~dataTypeObjectPositionInfosideCivilianflagsAttributesid[ typeC_Bob_VRCustomAttributes§positionfE*fCE§Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueDdataTsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueȨdataبsingleTypeSCALARvalueG?dataTypeWaypointloiterAltitudepositionl}kE(CEEffectsxshowWPNEVERidk typeMove~~dataTypeWaypointloiterAltitudepositionFhE CEEffectsshowWPNEVERids typeMovedataTypeTriggerpositionfEBCfEangleP@Attributesxid\ typeEmptyDetectorAreaR50ƪconditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AƪdataTypeLogicPositionInfo.id] typeAdmiral_OndemandCampZoneCustomAttributesfpositionhfE C#Eangles@W@z=fAttribute0bAttribute1$Attribute2ۭAttribute3Attribute4IAttribute5Attribute6Attribute7Attribute8FAttribute9Attribute10ڳAttribute11Attribute12`Attribute13)nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value$data$singleTypeSTRINGvalue$propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueۭdataۭsingleTypeSCALARvalueۭpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value\datalsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueIdata#IsingleTypeSCALARvalueBIpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueүdatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueVdatafsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueFdata#FsingleTypeSTRINGvalueFpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueݲdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueڳdataڳsingleTypeSCALARvalueڳpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueidataysingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value*`data:`singleTypeSCALARvalue`propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value)data)singleTypeSCALARvalue)propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataȶsingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities9AttributesSid^ YitemsItem0lItem1SItem2ӹSdataTypeObjectPositionInfosideCivilianflagsAttributesid_ typeC_Bob_VRCustomAttributesSpositionEd$C/ջEAttribute0OAttribute1׸nAttributesSpropertyspeakerexpression_this setspeaker _value;Value׸data׸singleTypeSTRINGvalueMale01GREVR׸propertypitchexpression_this setpitch _value;ValueSdata-SsingleTypeSCALARvalue33s?SdataTypeWaypointloiterAltitudepositionnvEcCEEffects͹showWPNEVERidp typeMoveӹӹdataTypeWaypointloiterAltitudepositionFhE CEEffectsMshowWPNEVERidt typeMoveSSYdataTypeGroupsideCivilianEntitiesAttributesid` ǽitemsItem0ںItem1Item2AdataTypeObjectPositionInfo_sideCivilianflagsAttributesida typeC_Bob_VRCustomAttributesposition<>E윱CQwEAttribute0Attribute1EnAttributespropertyspeakerexpression_this setspeaker _value;ValueEdataEsingleTypeSTRINGvalueMale01GREVREpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueG?dataTypeWaypointloiterAltitudepositionvEַC|TEEffects;showWPNEVERidq typeMoveAAdataTypeWaypointloiterAltitudepositionFhE CEEffectsshowWPNEVERidu typeMoveǽdataTypeTriggerpositionb(EwCEangleW@Attributes;idb typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AdataTypeLogicPositionInfoidc typeAdmiral_OndemandCampZoneCustomAttributes)position(E0߱CEanglesW@3=@)Attribute0%Attribute1Attribute2Attribute3UAttribute4 Attribute5Attribute6Attribute7OAttribute8 Attribute9Attribute10Attribute11bAttribute12#Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuehdataxsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueUdata/UsingleTypeSCALARvalueBUpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data singleTypeSCALARvalueB propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueLdata\singleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueOdata)OsingleTypeSCALARvalueOpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuegdatawsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value,bdata<bsingleTypeSCALARvalue@bpropertyAdmiral_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];Value{datasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesidd itemsItem0/Item1Item2dataTypeObjectPositionInfosideCivilianflagsAttributeside typeC_Bob_VRCustomAttributesposition+wmECEAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value\datalsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue33s?dataTypeWaypointloiterAltitudeposition|jE>C 2EEffectsshowWPNEVERidn typeMovedataTypeWaypointloiterAltitudepositionFhE CEEffectsshowWPNEVERidv typeMovedataTypeGroupsideCivilianEntitiesjAttributesidf itemsItem0Item1Item2dataTypeObjectPositionInfo"sideCivilianflagsAttributesBidg typeC_Bob_VRCustomAttributesHposition#nE̲C4EBHAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueNdata^singleTypeSCALARvalueG?dataTypeWaypointloiterAltitudepositionoE_CEEffectsshowWPNEVERido typeMovedataTypeWaypointloiterAltitudepositionFhE CEEffects~showWPNEVERidw typeMovedataTypeTriggerpositionmEOCEangleP@Attributesidh typeEmptyDetectorAreaR50Lconditioncall{triggeractivated tgr_time_20;}sizeA AsizeB ALdataTypeLogicPositionInfoidi typeAdmiral_OndemandCampZoneCustomAttributesqpositionmE桴C47Eangles8U:>W@@Attribute0Attribute1Attribute2aAttribute3Attribute4Attribute5Attribute6CAttribute7Attribute8Attribute9Attribute10`Attribute11%Attribute12Attribute13nAttributesqpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuewdatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value+adata;asingleTypeSCALARvalueapropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueXdatahsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueCdataCsingleTypeBOOLvalueCpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuecdatassingleTypeSCALARvaluepropertyAdmiral_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];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueydatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value>qdataNqsingleTypeSTRINGvalueqdataTypeLogicPositionInfoid typeark_chase_ai_moduleCustomAttributespositionhhEC0E Attribute0Attribute1JAttribute2Attribute3Attribute4`Attribute5Attribute6Attribute7Attribute84nAttributes propertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];ValueJdata$JsingleTypeSCALARvaluepAJpropertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];ValuedatasingleTypeSCALARvalueHBpropertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];ValuezdatasingleTypeSCALARvalue Apropertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];Value*`data:`singleTypeSCALARvalueC`propertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];ValuedatasingleTypeBOOLvaluepropertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];ValuedatasingleTypeBOOLvaluepropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];ValueHdataXsingleTypeSTRINGvalue[ADMIRAL]propertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];Value4data4singleTypeSCALARvalueC4propertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];ValuedatasingleTypeSTRINGvalueADMIRALdataTypeTriggerpositionBhELCyEAttributescid typeEmptyDetectorAreaR250atlOffset8nametgr_chaseconditioncall{triggeractivated tgr_time_20;}sizeAzCsizeBzCdataTypeLayername25 Minutes - Heli (2 Heli 75%)stateEntities2id atlOffsetO\itemsItem0Item1Item2Item3jItem4Item5dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0Item1Item28dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Jeff_VRatlOffset6position ERA82EdataTypeWaypointpositiongEC EEffects2showWPNEVERid typeMoveatlOffset@ArA88dataTypeWaypointposition?CwCEEffectsshowWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0:Item1Item2[dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Jeff_VRatlOffsetpositionED~AcG;EdataTypeWaypointpositionkECEEffectsUshowWPNEVERid typeMoveatlOffsetDB[[dataTypeWaypointposition?CwCEEffectsshowWPNEVERid typeMovedataTypeTriggerpositionEA" =EAttributes4id typeEmptyDetectorAreaR50jconditioncall{triggeractivated tgr_time_25;}jdataTypeTriggerposition?EA3EAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_25;}dataTypeLogicPositionInfohid typeARK_Rotor_InsertCustomAttributesposition}E%A5EanglesP@@Attribute0Attribute1Attribute2vAttribute3Attribute4nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatasingleTypeSCALARvalueBpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value<vdataLvsingleTypeSTRINGvalueDefaultvpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatasingleTypeSTRINGvalueFULLpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValuedatasingleTypeSCALARvalueHCpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueFdataVsingleTypeSTRINGvalueark_rotor_fnc_insertdataTypeLogicPositionInfoid typeARK_Rotor_InsertCustomAttributes%position[EBA->Eanglesh@ @%Attribute0Attribute1@Attribute2Attribute3Attribute4LnAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value @data@singleTypeSCALARvalueB@propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatasingleTypeSTRINGvalueDefaultpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Valueldata|singleTypeSTRINGvalueFULLpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueLdata&LsingleTypeSCALARvalueHCLpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValuedatasingleTypeSTRINGvalueark_rotor_fnc_insertdataTypeLayername30 Minutes - Attack Heli (Mi-8 MTV3)stateEntitiesid atlOffset AitemsItem0Item1wdataTypeGroupsideEastEntitiesAttributes,CrewLinks2id atlOffsetffNBw items Item0Item1hItem2(Item3Item4Item5wItem6Item7Item8!Item9,dataTypeObjectPositionInfosideEastflagsAttributesSid typeCUP_O_sla_PilotatlOffsethpositionnE@02Eangles_G@^@Snameheli_1DhdataTypeObjectPositionInfosideEastflagsAttributes"id typeCUP_O_sla_PilotatlOffset(positionnE@02Eangles_G@^@"(dataTypeObjectPositionInfosideEastflagsAttributesid typeCUP_O_sla_PilotatlOffsetpositionnE@02Eangles_G@^@dataTypeObjectPositionInfojsideEastflagsAttributesid typeCUP_O_sla_PilotatlOffsetpositionnE@02Eangles_G@^@nameheli_1GdataTypeObjectPositionInfo9sideEastflagsAttributesqid typeCUP_O_sla_PilotatlOffsetwpositionnE@02Eangles_G@^@qwdataTypeWaypointloiterAltitudeposition04EcCpEEffectsshowWPNEVERid typeMoveatlOffsetdataTypeWaypointloiterAltitudeposition`GkEC%PEtypeSeekAndDestroyEffectsshowWPNEVERid atlOffsetdataTypeWaypointloiterAltitudepositionO"EX/CEEffectsshowWPNEVERid typeMove!!dataTypeWaypointloiterAltitudepositiondEW/CEEtypeSeekAndDestroyEffectsshowWPNEVERid dataTypeWaypointloiterAltitudeposition|E٣CrMEtypeCycleEffects&showWPNEVERid ,,2LinkIDProviderWLinksjwnextIDjitemsItem0Item1Item2]Item3Item4wlinkIDitem0 item1 CustomDatarolelinkIDitem0 item1 CustomData:]roleturretPath]linkIDitem0 item1 CustomDataroleturretPathlinkIDitem0 item1 CustomDataroleturretPathlinkIDitem0 item1 CustomDataTwroleturretPathw dataTypeObjectPositionInfosideEastflagsAttributesGid typeCUP_O_Mi8_SLA_2atlOffsetCustomAttributeswpositionnE A/2Eangles_G@^@Gfuelnameheli_1texturesCHDKZwAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata 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]dataTypeLayername40 Minutes - Arty (D-30)stateEntitiesid atlOffsetOBitemsItem0Item1dataTypeGroupsideEastEntitiesAttributesCrewLinks id atlOffsetffNBitemsItem03dataTypeObjectPositionInfosideEastflagsAttributesid typeCUP_O_INS_SoldieratlOffsetأ=position EZAC`4Eangles@ &[?namearty_1G LinkIDProvider/LinksBnextIDBitemsItem0_linkIDitem0 item1 CustomDataroleturretPathdataTypeObjectPositionInfo?sideEastflagsAttributeswid typeCUP_O_D30_ChDKZatlOffsetأ=positionEQBC3Eangles@ &[?wnamearty_1dataTypeGroupsideWestEntitiesAttributesz id! atlOffset8 itemsItem0#Item1Item2b Item3 z dataTypeObjectPositionInfosideWestflagsAttributesid" typeB_officer_FatlOffset8positioniECϻEanglesQZO=Z?;=skill?rankCAPTAINinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfo? sideWestflagsAttributesw id# typeB_medic_Fb positionhEGCڳEanglesjrD=Z?=w skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Platoon Medic@COisPlayableb dataTypeObjectPositionInfo sideWestflagsAttributes id$ typeB_Soldier_FatlOffset8 positionKhEC һEanglesA:Z=Z?H= skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Platoon Rifleman@COisPlayable dataTypeObjectPositionInfoU sideWestflagsAttributes id% typeB_officer_Fz positionZhE;CҵEanglesp=Z??k< skill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Executive Officer@COisPlayablez formationDIAMOND dataTypeGroupsideWestEntities AttributesDid& ^itemsItem0Item1DdataTypeObjectPositionInfowsideWestflagsAttributesid' typeB_Soldier_SL_Fposition0iEdCEanglesQZO=#@U.=skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfosideWestflagsAttributesSid( typeB_medic_FatlOffsetDpositionGhiEQCfEanglesjrD=#@ #=Sskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha Squad Medic@Alpha SLisPlayableDformationDIAMOND^dataTypeGroupsideWestEntitiesAttributes,id) atlOffset8FitemsItem0Item1Item24Item3,dataTypeObjectPositionInfowsideWestflagsAttributesid* typeB_Soldier_TL_FatlOffset8positionsiE8CջEangles{D=#@ =skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 1 Fireteam Leader@Alpha 1isPlayabledataTypeObjectPositionInfo$sideWestflagsAttributes\id+ typeB_soldier_AR_FatlOffset84positionriE}C|һEanglesU.=#@#=\skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 1 Automatic Rifleman@Alpha 1isPlayable4dataTypeObjectPositionInfosideWestflagsAttributesid, typeB_Soldier_A_Fposition~miEC,Eangles.=#@o#=skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfo1sideWestflagsAttributesiid- typeB_soldier_LAT_FatlOffset8,positionƥiEi%CXEangles9=#@ =iskill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 1 Rifleman (AT)@Alpha 1isPlayable,formationDIAMONDFdataTypeGroupsideWestEntitiesAttributesid. itemsItem0Item1kItem2Item3wdataTypeObjectPositionInfo?sideWestflagsAttributeswid/ typeB_Soldier_TL_FkpositioniE4CJEangles9=#@ =wskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 2 Fireteam Leader@Alpha 2isPlayablekdataTypeObjectPositionInfosideWestflagsAttributes$id0 typeB_soldier_AR_FatlOffset8positioniELFCƥEanglesU.=#@Q=$skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 2 Automatic Rifleman@Alpha 2isPlayabledataTypeObjectPositionInfolsideWestflagsAttributesid1 typeB_Soldier_A_FwpositioniEDCvEangles =#@ #=skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayablewdataTypeObjectPositionInfosideWestflagsAttributes!id2 typeB_soldier_LAT_FpositioniE,WCEangles#=#@Q=!skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 2 Rifleman (AT)@Alpha 2isPlayableformationDIAMONDdataTypeGroupsideWestEntitiesHAttributes&id3 'itemsItem0Item1#!Item2"Item3$&dataTypeObjectPositionInfosideWestflagsAttributes/ id4 typeB_Soldier_TL_F#!positioniE@aCEangles#=#@Q=/ skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 3 Fireteam Leader@Alpha 3isPlayable#!dataTypeObjectPositionInfo!sideWestflagsAttributes!id5 typeB_soldier_AR_F"position/jEpC|Eangles=#@\=!skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 3 Automatic Rifleman@Alpha 3isPlayable"dataTypeObjectPositionInfo#sideWestflagsAttributesL#id6 typeB_Soldier_A_F$positioniEhoCDcEangles =#@;=L#skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable$ dataTypeObjectPositionInfo$sideWestflagsAttributes$id7 typeB_soldier_LAT_FatlOffsetCustomAttributes%&position*jEQCn`Eangles =#@OX<$skill?initcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;}descriptionUnited States Army Rangers - Alpha 3 Rifleman (AT)@Alpha 3isPlayable%Attribute0%Attribute1v&nAttributes&propertyspeakerexpression_this setspeaker _value;Value:&v&dataJ&v&singleTypeSTRINGvalueMale08ENGv&propertypitchexpression_this setpitch _value;Value&&data&&singleTypeSCALARvalue ׃?&formationDIAMOND 'dataTypeGroupsideWestEntitiesf'Attributes*id8 atlOffset8*itemsItem0'Item19)*dataTypeObjectPositionInfo(sideWestflagsAttributesG(id9 typeB_Soldier_SL_FatlOffset89)position;iE#@2l@G(skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo Squad Leader @Bravo SLisPlayable9)dataTypeObjectPositionInfo)sideWestflagsAttributes)id: typeB_medic_FatlOffset8*positioniEC)Eanglesoi>#@s@)skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo Squad Medic@Bravo SLisPlayable*formationDIAMOND*dataTypeGroupsideWestEntitiesS+Attributes1id; atlOffset81itemsItem0+Item1?-Item2.Item3K01dataTypeObjectPositionInfo,sideWestflagsAttributesJ,id< typeB_Soldier_TL_FatlOffset8?-positionEiE'CEanglesd>#@a@J,skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 1 Fireteam Leader@Bravo 1isPlayable?-dataTypeObjectPositionInfo-sideWestflagsAttributes-id= typeB_soldier_AR_FatlOffset8.position jECEanglesq*>#@@-skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 1 Automatic Rifleman@Bravo 1isPlayable.dataTypeObjectPositionInfo@/sideWestflagsAttributesx/id> typeB_Soldier_A_FK0positioniEC>EanglesU.=#@#=x/skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableK0dataTypeObjectPositionInfo0sideWestflagsAttributes1id? typeB_soldier_LAT_FatlOffset81positionajE ChEanglesZ=#@@1skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 1 Rifleman (AT)@Bravo 1isPlayable1formationDIAMOND1dataTypeGroupsideWestEntities<2Attributes8id@ atlOffset 98itemsItem0z2Item1(4Item25Item3478dataTypeObjectPositionInfo2sideWestflagsAttributes33idA typeB_Soldier_TL_FatlOffset 9(4position#jECDܻEanglesZ=#@@33skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 2 Fireteam Leader@Bravo 2isPlayable(4dataTypeObjectPositionInfo4sideWestflagsAttributes4idB typeB_soldier_AR_F5positionZjECٻEangles#@t5@4skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 2 Automatic Rifleman@Bravo 2isPlayable5dataTypeObjectPositionInfo)6sideWestflagsAttributesa6idC typeB_Soldier_A_FatlOffset847positionjE(ACpEangles˔=#@@a6skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable47dataTypeObjectPositionInfo7sideWestflagsAttributes7idD typeB_soldier_LAT_F8position7UjEoRCEangles˔=#@ =7skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 2 Rifleman (AT)@Bravo 2isPlayable8formationDIAMOND8dataTypeGroupsideWestEntities9Attributes?idE atlOffset8?itemsItem0S9Item1;Item2<Item3 >?dataTypeObjectPositionInfo9sideWestflagsAttributes :idF typeB_Soldier_TL_FatlOffset8;positionhfjEM]C2Eangles#=#@'a@ :skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 3 Fireteam Leader@Bravo 3isPlayable;dataTypeObjectPositionInfo;sideWestflagsAttributes;idG typeB_soldier_AR_FatlOffset8<position-jEACEangles =#@@;skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 3 Automatic Rifleman@Bravo 3isPlayable<dataTypeObjectPositionInfo=sideWestflagsAttributes:=idH typeB_Soldier_A_F >position:`jE~oC\Eangles =#@\=:=skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayable >dataTypeObjectPositionInfo>sideWestflagsAttributes>idI typeB_soldier_LAT_FatlOffset8?positionjE}qCEangles1=#@'a@>skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Bravo 3 Rifleman (AT)@Bravo 3isPlayable?formationDIAMOND?dataTypeGroupsideWestEntities?AttributesCidJ atlOffset8CitemsItem0&@Item1ACdataTypeObjectPositionInfo@sideWestflagsAttributes@idK typeB_Soldier_SL_FatlOffset8Aposition6jECOEangles>#@$q@@skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie Squad Leader@Charlie SLisPlayableAdataTypeObjectPositionInfoQBsideWestflagsAttributesBidL typeB_medic_FatlOffset8Cposition?jECMEanglesAn=#@@Bskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie Squad Medic@Charlie SLisPlayableCformationDIAMONDCdataTypeGroupsideWestEntitiesCAttributesJidM atlOffset8JitemsItem02DItem1EItem2zGItem3 IJdataTypeObjectPositionInfoDsideWestflagsAttributesDidN typeB_Soldier_TL_FatlOffset8Eposition=jE,C.Eangles[>#@/@Dskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 1 Fireteam Leader@Charlie 1isPlayableEdataTypeObjectPositionInfofFsideWestflagsAttributesFidO typeB_soldier_AR_FatlOffset8zGpositionujEC,Eangles=#@"@Fskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 1 Automatic Rifleman@Charlie 1isPlayablezGdataTypeObjectPositionInfoGsideWestflagsAttributes2HidP typeB_Soldier_A_FatlOffset8 Iposition7jE0CEanglesq*>#@k@2Hskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayable IdataTypeObjectPositionInfoIsideWestflagsAttributesIidQ typeB_soldier_LAT_FatlOffset8JpositionojEUCEangles>#@E@Iskill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 1 Rifleman (AT)@Charlie 1isPlayableJformationDIAMONDJdataTypeGroupsideWestEntitiesJAttributesRidR atlOffset8RitemsItem0#@1l@Kskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 2 Fireteam Leader@Charlie 2isPlayableLdataTypeObjectPositionInfopMsideWestflagsAttributesMidT typeB_soldier_AR_FatlOffset8NpositionjEUC Eangles>#@@Mskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 2 Automatic Rifleman@Charlie 2isPlayableNdataTypeObjectPositionInfoNsideWestflagsAttributes,OidU typeB_Soldier_A_FPposition~jECEanglesf>#@@,Oskill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayableP dataTypeObjectPositionInfoPsideWestflagsAttributesPidV typeB_soldier_LAT_FatlOffset8CustomAttributesQRpositionݶjECEanglesL>#@ @Pskill?initcall{[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;}descriptionUnited States Army Rangers - Charlie 2 Rifleman (AT)@Charlie 2isPlayableQAttribute0QAttribute1]RnAttributesRpropertyspeakerexpression_this setspeaker _value;Value!R]Rdata1R]RsingleTypeSTRINGvalueMale09ENG]Rpropertypitchexpression_this setpitch _value;ValueRRdataRRsingleTypeSCALARvalue\?RformationDIAMONDRdataTypeGroupsideWestEntitiesMSAttributesYidW atlOffset 9YitemsItem0SItem1>UItem2VItem3aXYdataTypeObjectPositionInfo TsideWestflagsAttributesDTidX typeB_Soldier_TL_FatlOffset 9>UpositionjECٻEangles%>#@@DTskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 3 Fireteam Leader@Charlie 3isPlayable>UdataTypeObjectPositionInfoUsideWestflagsAttributesUidY typeB_soldier_AR_FatlOffset8VpositionfjEÊCֻEangles >#@=@Uskill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 3 Automatic Rifleman@Charlie 3isPlayableVdataTypeObjectPositionInfoSWsideWestflagsAttributesWidZ typeB_Soldier_A_FatlOffset8aXpositionsjECDEanglesq*>#@>|@Wskill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 3 Assistant Automatic Rifleman@Charlie 3isPlayableaXdataTypeObjectPositionInfoXsideWestflagsAttributesYid[ typeB_soldier_LAT_FatlOffset8YpositionjECpEanglesD>#@@@Yskill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Charlie 3 Rifleman (AT)@Charlie 3isPlayableYformationDIAMONDYdataTypeGroupsideWestEntitiesFZAttributesbid\ citemsItem0yZItem1o]Item26`bdataTypeObjectPositionInfo[sideWestflagsAttributes;[id] typeB_support_AMort_FCustomAttributes5\o]position6hEoCEanglessD=7 @qZ<;[skill?rankSERGEANTinitcall{ [this, ["faction", "USM_RAN_90_WD"], ["gear", "MTRAG"], ["marker", "MTR", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUnited States Army Rangers - Mortar Team Leader@MortarisPlayable5\Attribute0m\Attribute1\nAttributeso]propertyspeakerexpression_this setspeaker _value;Value\\data\\singleTypeSTRINGvalueMale01ENG\propertypitchexpression_this setpitch _value;Value9]o]dataI]o]singleTypeSCALARvalue?o]dataTypeObjectPositionInfo]sideWestflagsAttributes0^id^ typeB_support_Mort_FCustomAttributes^6`position6^hEC|EanglesjrD=7 @@0^skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "MTRG"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Mortar Gunner@MortarisPlayable^Attribute04_Attribute1_nAttributes6`propertyspeakerexpression_this setspeaker _value;Value~__data__singleTypeSTRINGvalueMale08ENG_propertypitchexpression_this setpitch _value;Value`6`data`6`singleTypeSCALARvalue33s?6`dataTypeObjectPositionInfo`sideWestflagsAttributes`id_ typeB_Soldier_A_FCustomAttributesabpositionhECEangles=7 @<`skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "MTRAC"]] call hull3_unit_fnc_init;descriptionUnited States Army Rangers - Mortar Ammo Carrier@MortarisPlayableaAttribute0aAttribute1ubnAttributesbpropertyspeakerexpression_this setspeaker _value;Value9bubdataIbubsingleTypeSTRINGvalueMale05ENGubpropertypitchexpression_this setpitch _value;ValuebbdatabbsingleTypeSCALARvalue\?bformationDIAMOND cdataTypeGroupsideWestEntitiesUcAttributesgid` gitemsItem0}cItem1sfgdataTypeObjectPositionInfocsideWestflagsAttributes6dida typeB_crew_FCustomAttributes9esfpositionEC Fangles?@6dskill?rankSERGEANTinitcall{ [this, ["faction", "USM_RAN_90_WD"], ["gear", "VC"], ["marker", "APC1", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUnited States Army - APC 1 Commander (M113A3) [JIP Extract]@APC 1isPlayable9eAttribute0qeAttribute1enAttributessfpropertyspeakerexpression_this setspeaker _value;ValueeedataeesingleTypeSTRINGvalueMale08ENGepropertypitchexpression_this setpitch _value;Value=fsfdataMfsfsingleTypeSCALARvalueG?sfdataTypeObjectPositionInfofsideWestflagsAttributes&gidb typeB_crew_FatlOffset8gpositionEC,Fangles@?!@&gskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUnited States Army - APC 1 Driver [JIP Extract]@APC 1isPlayablegformationDIAMONDgdataTypeGroupsideWestEntitiesHhAttributeskidc kitemsItem0phItem1jkdataTypeObjectPositionInfohsideWestflagsAttributesiidd typeB_crew_FjpositionE~CFangles6?iskill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "VC"], ["marker", "APC2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - APC 2 Commander (M113A3) [JIP Extract]@APC 2isPlayablejdataTypeObjectPositionInfojsideWestflagsAttributesjide typeB_crew_FatlOffset8kpositionECUFangles6?_@jskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUnited States Army - APC 2 Driver [JIP Extract]@APC 2isPlayablekformationDIAMONDkdataTypeGroupsideWestEntitieskAttributespidf pitemsItem0lItem1mItem2/opdataTypeObjectPositionInfolsideWestflagsAttributeslidg typeB_crew_Fmposition癏E8CFangles?_@lskill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "VC"], ["marker", "IFV1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - IFV 1 Commander (M2A2 Bradley) [JIP Extract]@IFV 1isPlayablemdataTypeObjectPositionInfo9nsideWestflagsAttributesqnidh typeB_crew_FatlOffset/opositionɂE,CݸFangles?_@qnskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUnited States Army - IFV 1 Driver [JIP Extract]@IFV 1isPlayable/odataTypeObjectPositionInfoosideWestflagsAttributesoidi typeB_crew_FatlOffsetppositionE-C{Fangles?_@oskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUnited States Army - IFV 1 Gunner [JIP Extract]@IFV 1isPlayablepformationDIAMONDpdataTypeGroupsideWestEntitiesqAttributesuidj uitemsItem07qItem1rItem2>tudataTypeObjectPositionInfoqsideWestflagsAttributesqidk typeB_crew_FrpositionECFangles@f?!@qskill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "VC"], ["marker", "IFV2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - IFV 2 Commander (M2A2 Bradley) [JIP Extract]@IFV 2isPlayablerdataTypeObjectPositionInfoHssideWestflagsAttributessidl typeB_crew_F>tpositionrxE9CFanglesP@f?@sskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUnited States Army - IFV 2 Driver [JIP Extract]@IFV 2isPlayable>tdataTypeObjectPositionInfotsideWestflagsAttributestidm typeB_crew_FupositionPEC]Fangles8@f?P@tskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUnited States Army - IFV 2 Gunner [JIP Extract]@IFV 2isPlayableuformationDIAMONDudataTypeGroupsideWestEntitiesvAttributes3|idn atlOffsetM|itemsItem0FvItem1MyItem2z3| dataTypeObjectPositionInfovsideWestflagsAttributeswido typeB_crew_FatlOffsetCustomAttributesxMypositionzEs~CvFanglesB?D@wskill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "VC"], ["marker", "TNK1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - Tank 1 Commander (M1A1 Abrams) [JIP Extract]@Tank 1isPlayablexAttribute0KxAttribute1xnAttributesMypropertyspeakerexpression_this setspeaker _value;ValuexxdataxxsingleTypeSTRINGvalueMale06ENGxpropertypitchexpression_this setpitch _value;ValueyMydata'yMysingleTypeSCALARvalueff?MydataTypeObjectPositionInfoysideWestflagsAttributeszidp typeB_crew_FatlOffset8zpositionFcECnFangles0?~@zskill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUnited States Army - Tank 1 Driver [JIP Extract]@Tank 1isPlayablezdataTypeObjectPositionInfo;{sideWestflagsAttributess{idq typeB_crew_FatlOffset83|positionykECQFangles0?~@s{skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUnited States Army - Tank 1 Gunner [JIP Extract]@Tank 1isPlayable3|formationDIAMONDM|dataTypeGroupsideWestEntities|Attributesidr atlOffset8тitemsItem0|Item1Item2D dataTypeObjectPositionInfok}sideWestflagsAttributes}ids typeB_crew_FatlOffset8CustomAttributes~positionjECLFangles[?^@}skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "VC"], ["marker", "TNK2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - Tank 2 Commander (M1A1 Abrams) [JIP Extract]@Tank 2isPlayable~Attribute0~Attribute1enAttributespropertyspeakerexpression_this setspeaker _value;Value)edata9esingleTypeSTRINGvalueMale08ENGepropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue?dataTypeObjectPositionInfoLsideWestflagsAttributesidt typeB_crew_FDpositionSECDFangles:\?_@skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUnited States Army - Tank 2 Driver [JIP Extract]@Tank 2isPlayableDdataTypeObjectPositionInfosideWestflagsAttributesidu typeB_crew_FatlOffset8positionn[ECXFangles:\?_@skill?init [this, ["faction", "USM_RAN_90_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUnited States Army - Tank 2 Gunner [JIP Extract]@Tank 2isPlayableformationDIAMONDтdataTypeGroupsideWestEntitiesAttributesLJidv itemsItem0NItem1Item2fLJdataTypeObjectPositionInfosideWestflagsAttributesidw typeB_Helipilot_FpositiondEC)RFanglesrE/;K"@@skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 1 Pilot (UH-60L Blachkawk) [JIP Extract]@TH 1isPlayabledataTypeObjectPositionInfotsideWestflagsAttributesidx typeB_helicrew_FatlOffset8fpositionkEC_FanglesHS,;K"@skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 1 Crew [JIP Extract]@TH 1isPlayablefdataTypeObjectPositionInfoՆsideWestflagsAttributes idy typeB_helicrew_FLJpositionE(C\NFanglesrE/;K"@ skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 1 Crew [JIP Extract]@TH 1isPlayableLJformationDIAMONDdataTypeGroupsideWestEntities+Attributesnjidz itemsItem0^Item1Item2fnjdataTypeObjectPositionInfoΈsideWestflagsAttributesid{ typeB_Helipilot_FpositionE/CyFanglesK"@skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 2 Pilot (UH-60L Blachkawk) [JIP Extract]@TH 2isPlayabledataTypeObjectPositionInfotsideWestflagsAttributesid| typeB_helicrew_FfpositionE/C FanglesK"@skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 2 Crew [JIP Extract]@TH 2isPlayablefdataTypeObjectPositionInfoՋsideWestflagsAttributes id} typeB_helicrew_FnjpositionE/CFanglesK"@ skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 2 Crew [JIP Extract]@TH 2isPlayablenjformationDIAMONDdataTypeGroupsideWestEntities+AttributesǑid~ itemsItem0^Item1Item2fǑdataTypeObjectPositionInfo΍sideWestflagsAttributesid typeB_Helipilot_FpositionE/CFanglesK"@skill?rankCORPORALinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "TH3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 3 Pilot (UH-60L Blackhawk) [JIP Extract]@TH 3isPlayabledataTypeObjectPositionInfotsideWestflagsAttributesid typeB_helicrew_FfpositionE/C2FanglesK"@skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 3 Crew [JIP Extract]@TH 3isPlayablefdataTypeObjectPositionInfoՐsideWestflagsAttributes id typeB_helicrew_FǑpositionE/C؜FanglesK"@ skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 3 Crew [JIP Extract]@TH 3isPlayableǑformationDIAMONDdataTypeGroupsideWestEntities+Attributesזid itemsItem0^Item1Item2fזdataTypeObjectPositionInfoΒsideWestflagsAttributesid typeB_Helipilot_Fposition)$E/CLEFanglesK"@skill?rankSERGEANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "TH4", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 4 Pilot (UH-60L Blachkawk) [JIP Extract]@TH 4isPlayabledataTypeObjectPositionInfotsideWestflagsAttributesid typeB_helicrew_Ffposition5+ECRFangles8@K"@rE/;skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 4 Crew [JIP Extract]@TH 4isPlayablefdataTypeObjectPositionInfosideWestflagsAttributesid typeB_helicrew_FatlOffset8זposition?E0CAFanglesK"@skill?init[this, ["faction", "USM_RAN_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUnited States Army - TH 4 Crew [JIP Extract]@TH 4isPlayableזformationDIAMONDdataTypeGroupsideWestEntities;Attributesuid itemsItem0cItem1udataTypeObjectPositionInfoϗsideWestflagsAttributesid typeB_Pilot_Fposition! E/CFangles@skill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - AH 1 Pilot (AH-64 Apache) [JIP Extract]@AH 1isPlayabledataTypeObjectPositionInfopsideWestflagsAttributesid typeB_Pilot_FupositionE/CFangles@skill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUnited States Army - AH 1 Gunner [JIP Extract]@AH 1isPlayableuformationDIAMONDdataTypeGroupsideWestEntitiesAttributesCid atlOffset8]itemsItem0Item1œCdataTypeObjectPositionInfosideWestflagsAttributesśid typeB_Pilot_FatlOffset8œpositionnHE:CWFangles@@śskill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States Army - AH 2 Pilot (AH-64 Apache) [JIP Extract]@AH 2isPlayableœdataTypeObjectPositionInfo>sideWestflagsAttributesvid typeB_Pilot_FatlOffset8CpositionlOE'CFangles@@vskill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUnited States Army - AH 2 Gunner [JIP Extract]@AH 2isPlayableCformationDIAMOND]dataTypeGroupsideWestEntitiesAttributesiid itemsItem0ĞidataTypeObjectPositionInfo0sideWestflagsAttributeshid typeB_Pilot_Fiposition36E~C(Fangles݅@hskill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "CAS1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States A‏ir Force - CAS 1 Pilot (A-10 Thunderbolt II)@CAS 1isPlayableiformationDIAMONDdataTypeGroupsideWestEntities͠Attributesid itemsItem0dataTypeObjectPositionInfoVsideWestflagsAttributesid typeB_Pilot_Fposition6ΊE~C&W)Fangles݅@skill?rankLIEUTENANTinit [this, ["faction", "USM_RAN_90_WD"], ["gear", "P"], ["marker", "CAS2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUnited States A‏ir Force - CAS 2 Pilot (A-10 Thunderbolt II)@CAS 2isPlayableformationDIAMONDdataTypeLogicPositionInfo(nameadm_hc_unitisPlayabledescriptionHCid typeHeadlessClient_FHposition7fECEHdataTypeLayernameExtract Ground CampsstateEntitiesid atlOffset@itemsItem0Item1GItem2Item3Item4:Item5GItem6|Item7Item8Item9uItem10Item11Item12hItem13Item14Item15Item16BItem17Item18Item19gdataTypeGroupsideCivilianEntitiesAttributesAid atlOffsetffNBGitemsItem0,Item1AdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRpositionoE~Cm FdataTypeWaypointloiterAltitudeposition ElC FEffects;showWPNEVERid typeMoveAAGdataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffNBitemsItem0ͦItem1bdataTypeObjectPositionInfo<sideCivilianflagsAttributes\id typeC_Bob_VRbpositionpEhCt F\bdataTypeWaypointloiterAltitudeposition ElC FEffectsܧshowWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesFAttributesid atlOffsetffNBitemsItem0nItem1dataTypeObjectPositionInfoݨsideCivilianflagsAttributesid typeC_Bob_VRpositionE 'CFdataTypeWaypointloiterAltitudeposition ElC FEffects}showWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesAttributes4id atlOffsetffNB:itemsItem0Item14dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset8positionEPCcFdataTypeWaypointloiterAltitudeposition ElC FEffects.showWPNEVERid typeMove44:dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributes«GpositionynE)|CZ F«Attribute0Attribute1Attribute27Attribute3Attribute4Attribute5dAttribute6Attribute7Attribute8Attribute9oAttribute106Attribute11Attribute12Attribute13nAttributesGpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueMdata]singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value7data7singleTypeSCALARvalue7propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedataȮsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueodatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value.ddata>dsingleTypeSCALARvalue AdpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedata±singleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueodatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value9odataIosingleTypeSCALARvalueopropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value6data6singleTypeSCALARvalue?6propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueŴdataմsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueOdata_singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueGdata$GsingleTypeSTRINGvalueGdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset=CustomAttributes|position.pEzC' Fangles@9<Attribute0Attribute1Attribute2lAttribute3#Attribute4ڻAttribute5Attribute6NAttribute7Attribute8׾Attribute9Attribute10kAttribute110Attribute12Attribute13nAttributes|propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value6ldataFlsingleTypeSCALARvaluelpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#data#singleTypeSCALARvalueB#propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueڻdataڻsingleTypeSCALARvalueBڻpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuecdatassingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueNdata*NsingleTypeBOOLvalueNpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value׾data׾singleTypeSTRINGvalue׾propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuendata~singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value5kdataEksingleTypeSCALARvaluekpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value0data 0singleTypeSCALARvalue@0propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueI|dataY|singleTypeSTRINGvalue|dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributespositionbE9=C7Fanglesp=x=@Attribute0Attribute1Attribute2Attribute3HAttribute4Attribute5Attribute6sAttribute7BAttribute8Attribute9Attribute10Attribute11UAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value[dataksingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueHdata"HsingleTypeSCALARvalueBHpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?sdataOssingleTypeBOOLvaluespropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value BdataBsingleTypeSCALARvalue?BpropertyAdmiral_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];ValueZdatajsingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueUdata/UsingleTypeSCALARvalueUpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuendata~singleTypeSTRINGvaluedataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset=CustomAttributesQpositionrE`ծC~BFangles,B<QAttribute0MAttribute1Attribute2Attribute3}Attribute44Attribute5Attribute6Attribute7wAttribute81Attribute9Attribute10Attribute11Attribute12KAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueG}dataW}singleTypeSCALARvalueB}propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value4data4singleTypeSCALARvalueB4propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuetdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueAwdataQwsingleTypeSCALARvaluewpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value1data1singleTypeSTRINGvalue1propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueTdatadsingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueKdata%KsingleTypeSCALARvalueKpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfo8id typeAdmiral_PatrolZoneCustomAttributespuposition>EeCEanglesMK@\=p Attribute0(Attribute1Attribute2Attribute3>Attribute4Attribute5Attribute6eAttribute72Attribute8Attribute9nAttributes upropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueWdatagsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>data>singleTypeSCALARvalueB>propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuejdatazsingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value/edata?esingleTypeSCALARvalueepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value2data 2singleTypeSCALARvalue@2propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueBudataRusingleTypeSTRINGvalueudataTypeLogicPositionInfoid typeAdmiral_PatrolZoneCustomAttributespositionDqE>CBE Attribute0Attribute1cAttribute2Attribute3Attribute4vAttribute5%Attribute6Attribute7Attribute8Attribute9@nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value0cdata@csingleTypeSTRINGvaluecpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value@vdataPvsingleTypeSCALARvalueBvpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value%data%singleTypeBOOLvalue%propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueNdata^singleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value @data@singleTypeSTRINGvalue@propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositiontnE~Ca FAttributesdid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_extract;}sizeApAsizeBpAdataTypeTriggerpositionSpEՀC>{ FAttributesid typeEmptyDetectorAreaR50hconditioncall{triggeractivated tgr_extract;}sizeApAsizeBpAhdataTypeTriggerpositiontEÝCފFAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_extract;}sizeApAsizeBpAdataTypeTriggerpositionE_cCΕFAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_extract;}sizeApAsizeBpAdataTypeTriggerpositionEDCmYEAttributes=id typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_extract;}sizeAzCsizeBzCdataTypeTriggerposition]SE?CiFAttributesid typeEmptyDetectorAreaR250Bconditioncall{triggeractivated tgr_extract;}sizeAzCsizeBzCBdataTypeTriggerpositionj8E{ªCEAttributesid typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_extract;}sizeAzCsizeBzCdataTypeTriggerposition EEChEAttributesbid typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_extract;}sizeAzCsizeBzCdataTypeTriggerpositionO5ECEAttributesid typeEmptyDetectorAreaR250gconditioncall{triggeractivated tgr_extract;}sizeAzCsizeBzCgdataTypeTriggerposition~Eh CEAttributesid typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_extract;}sizeAzCsizeBzCLinkIDProviderCLinksVnextID;V<items;Item0"Item1oItem2Item3 Item4VItem5Item6Item7=Item8Item9Item10$Item11qItem12Item13 Item14XItem15Item16Item17?Item18Item19Item20&Item21sItem22Item23 Item24ZItem25Item26Item27AItem28Item29Item30(Item31uItem32Item33Item34\Item35Item36Item37CItem38Item39Item40*Item41wItem42Item43Item44^Item45Item46Item47EItem48Item49Item50,Item51yItem52Item53Item54`Item55Item56Item57GItem58linkIDitem0 item1 CustomData]otypeSyncolinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData typeSync linkIDitem0 item1 CustomDataDVtypeSyncVlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData+=typeSync=linkIDitem0 item1 CustomDataxtypeSynclinkIDitem0 item1 CustomDatatypeSynclinkID item0 item1 CustomData$typeSync$linkID item0 item1 CustomData_qtypeSyncqlinkID item0 item1 CustomDatatypeSynclinkID item0 item1 CustomData typeSync linkID item0 item1 CustomDataFXtypeSyncXlinkIDitem0 item12 CustomDatatypeSynclinkIDitem0 item12 CustomDatatypeSynclinkIDitem0 item12 CustomData-?typeSync?linkIDitem0 item12 CustomDataztypeSynclinkIDitem0 item12 CustomDatatypeSynclinkIDitem0 item12 CustomData&typeSync&linkIDitem0 item12 CustomDataastypeSyncslinkIDitem0 item12 CustomDatatypeSynclinkIDitem0 item12 CustomData typeSync linkIDitem0 item12 CustomDataHZtypeSyncZlinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData/AtypeSyncAlinkIDitem0 item1 CustomData|typeSynclinkIDitem0 item1 CustomDatatypeSynclinkIDitem0 item1 CustomData(typeSync(linkIDitem0 item1 CustomDatacutypeSynculinkIDitem0 item1 CustomDatatypeSynclinkID item0 item1 CustomDatatypeSynclinkID!item0 item1 CustomDataJ\typeSync\linkID"item0 item1 CustomDatatypeSynclinkID#item0 item1 CustomDatatypeSynclinkID$item0 item1 CustomData1CtypeSyncClinkID%item0 item1 CustomData~typeSynclinkID&item0 item1 CustomDatatypeSynclinkID'item0 item1 CustomData*typeSync*linkID(item0 item1 CustomDataewtypeSyncwlinkID)item0 item1 CustomDatatypeSynclinkID*item0; item1: CustomDatatypeSynclinkID+item0C item1B CustomDataL^typeSync^linkID,item0U item1T CustomDatatypeSynclinkID-item0] item1\ CustomDatatypeSynclinkID.item0c item1b CustomData3EtypeSyncElinkID/item0i item1h CustomDatatypeSynclinkID0item0 item1 CustomDatatypeSynclinkID1item0 item1 CustomData,typeSync,linkID2item0 item1 CustomDatagytypeSyncylinkID3item0 item1 CustomDatatypeSynclinkID4item0 item1 CustomDatatypeSynclinkID5item0 item1 CustomDataN`typeSync`linkID6item0 item1 CustomDatatypeSynclinkID7item0 item1 CustomDatatypeSynclinkID8item0 item1 CustomData5GtypeSyncGlinkID9item0 item1 CustomDatatypeSynclinkID:item0 item1 CustomDatatypeSyncclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_woodbunker_01_bags", 3, 0, 360, ""}, {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Wide Sandbag Wall", "land_gm_sandbags_01_wall_01", 3, 0, 360, ""}, {"Wide Sandbag Wall Round", "land_gm_sandbags_01_round_01", 3, 0, 360, ""}, {"Sandbag Wall End", "land_gm_sandbags_01_short_01", 3, 0, 360, ""}, {"Ammobox HE", "CUP_BOX_US_ARMY_AmmoOrd_F", 3, 0, 360, "_this call ark_fnc_plank_fill_he;"}, {"Ammobox Smoke", "CUP_BOX_US_ARMY_AmmoOrd_F", 3, 0, 360, "_this call ark_fnc_plank_fill_smoke;"}, {"Ammobox Illum", "CUP_BOX_US_ARMY_AmmoOrd_F", 3, 0, 360, "_this call ark_fnc_plank_fill_illumination;"}, {"Ammobox", "CUP_BOX_US_ARMY_Ammo_F", 3, 0, 360, "_this call ark_fnc_plank_fill_ammo;"}, {"Medical Supplies", "ACE_medicalsupplycrate", 3, 180, 360, "_this call ark_fnc_plank_fill_medic_box;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];:!8 c,h