admiral\admiral.ha˲idescription.extIihull3\briefing\blufor.sqfihull3\briefing\civilian.sqf*qn^hull3\briefing\indfor.sqfehull3\briefing\opfor.sqfihull3\hull3.hihull3\KK_G.hriEhull3\KK_U.hi hull3\LICENSE*qn^8init.sqf KiwinitPlayerLocal.sqfIimission.sqmuiplank.hizone_spawned_unit.sqf*qn^;class Admiral { isEnabled = 1; isBehaviorEnabled = 0; groupSpawnDelay = 2; class Events { zone_spawned_unit = "zone_spawned_unit.sqf"; }; sideRelations[] = { {"west", "resistance", "enemy"}, {"resistance", "west", "enemy"} }; class ZoneTemplates { class Camp { infFireteamSize = 1; infWaypointAmount = 4; techWaypointAmount = 3; armourWaypointAmount = 3; waypointBehaviours[] = {"AWARE"}; canSpawnFfvCrew = 0; aimingAccuracy = 0.2; aimingShake = 0.2; aimingSpeed = 0.5; spotDistance = 0.65; spotTime = 1; courage = 1; reloadSpeed = 1; commanding = 1; general = 0.7; }; }; class Camp { defaultUnitTemplate = "GMX_CDF"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "GMX_CDF"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "GMX_CDF"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class GMX_CDF { infantry[] = {"gmx_cdf_army_squadleader_ak74_ttsko", "gmx_cdf_army_squadleader_ak74_ttsko", "gmx_cdf_army_rifleman_ak74_ttsko", "gmx_cdf_army_rifleman_ak74_ttsko", "gmx_cdf_army_antitank_ak74_rpg7_ttsko", "gmx_cdf_army_machinegunner_rpk_ttsko", "gmx_cdf_army_machinegunner_pk_ttsko", "gmx_cdf_army_medic_ak74_ttsko", "gmx_cdf_army_radioman_ak74_ttsko"}; crewmen[] = {"gmx_cdf_army_crew_ak74_ttsko"}; pilots[] = {"gmx_cdf_army_pilot_pm63_ttsko"}; technicals[] = {"gmx_cdf_uaz469_dshkm_wdl", "gmx_cdf_uaz469_dshkm_wdl", "gmx_cdf_uaz469_spg9_wdl"}; armour[] = {"gmx_cdf_brdm2_wdl", "gmx_cdf_btr60pb_wdl", "gmx_cdf_bmp1sp2_wdl", "gmx_cdf_pt76b_wdl", "gmx_cdf_t55_wdl"}; th[] = {"gmx_cdf_mi2t_wdl"}; ah[] = {"CUP_B_Mi171Sh_CDF"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" #include "plank.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "krutoy korner"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 45; }; 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 = 2; 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 = 7; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Communist forces have landed on the island and captured much of the north.

Our Policia platoon must do our utmost to hold the enemy back whilst army forces dig in to the south.

ENEMY FORCES
Intelligence indicates a light motorised SLA force has landed on the island.

FRIENDLY FORCES
We are the only Royalist force on the west of Malden, army units are forming up to our south and east but cannot provide assistance to us.

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

Expect the majority of attacks from the north, east and south.

Once extraction has arrived depart the area and extract. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
Ammunition can be found here.

JIP EXTRACT
Extract must wait to be called in before moving off. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]];// CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Anti Government forces have begun a massed uprising across the province, we must hold the southern coastal road at all costs.

ENEMY FORCES
Anti Government rebels armed with Soviet armour and captured AAF small arms.

FRIENDLY FORCES
We are the AAF platoon tasked with holding checkpoint five, the southern coastal road to the capital.

A reinforcement force are preparing, it will be some time until they can set off however.. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the indicated area for as long as possible, call for reinforcements when required.

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

FORTIFICATION PLAN
An ammunition can be found in both storage buildings.

JIP REINFORCEMENT
Reinforcements must wait to be called in before moving off.

Once reinforcements arrive hold in place until the attack fizzles out. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]];// OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
CDF forces are advancing fast along the eastern coastal road. We must delay them as long as possible.

ENEMY FORCES
CDF Government forces.

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

With the Green Sea to our east expect contact from the north road and western woodline. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
An ammunition dump has been established.

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

Fishing boats can extract seven and helicopters eight. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]];class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 10, 06}, {2035, 10, 06} }; time[] = { {3, 30}, {5, 50}, {7, 30}, {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 CHDKZ_KK { gear = "KK_G"; uniform = "KK_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "KK_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "KK_U.h" unitBaseClass = "Rifleman"; }; };class KK_G { class Rifleman { primaryWeapon = "gm_mpiak74n_brn"; primaryWeaponItems[] = {"gm_flashlightp2_wht_ak74handguard_blu"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"ACE_HandFlare_Yellow", 2}, {"MiniGrenade", 2}, {"gm_smokeshell_yel_gc", 1} }; vestMagazines[] = { {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 5}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2} }; backpackMagazines[] = { {"HandGrenade", 2}, {"gm_smokeshell_yel_gc", 1}, {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 5}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { handgunWeapon = "gm_pm_blk"; vestMagazines[] = { {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 3}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2}, {"gm_8Rnd_9x18mm_B_pst_pm_blk", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"gm_smokeshell_yel_gc", 1}, {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 6}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2} }; assignItems[] = {}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "gm_mpiaks74nk_brn"; primaryWeaponItems[] = {"gm_flashlightp2_wht_akkhandguard_blu"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"gm_30Rnd_545x39mm_B_7N6_ak74_org", 4}}; backpackMagazines[] = {}; assignItems[] = {}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_SMOKE_GP25_M", 8}, {"CUP_FlareWhite_GP25_M", 8}, {"CUP_1Rnd_SmokeRed_GP25_M", 8} }; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "gm_mpiaks74n_brn"; vestMagazines[] = { {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 4}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2}, {"gm_smokeshell_yel_gc", 2} }; backpackMagazines[] = { {"gm_smokeshell_yel_gc", 4}, {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 2} }; assignItems[] = {}; 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 { handgunWeapon = "gm_lp1_blk"; vestMagazines[] = { {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 3}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2}, {"gm_1Rnd_265mm_flare_single_red_gc", 3}, {"gm_1Rnd_265mm_flare_multi_red_gc", 3} }; }; class AR : Rifleman { primaryWeapon = "gm_lmgrpk74n_brn"; primaryWeaponItems[] = {"gm_flashlightp2_wht_akhandguard_blu"}; vestMagazines[] = {{"gm_45Rnd_545x39mm_B_T_7T3_ak74_org", 4}}; backpackMagazines[] = { {"HandGrenade", 1}, {"gm_smokeshell_yel_gc", 1}, {"gm_45Rnd_545x39mm_B_T_7T3_ak74_org", 4} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"gm_smokeshell_yel_gc", 1}, {"gm_45Rnd_545x39mm_B_T_7T3_ak74_org", 3} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_RPG7V"; secondaryWeaponItems[] = {"CUP_PG7VL_M"}; vestMagazines[] = { {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 5}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"gm_smokeshell_yel_gc", 1}, {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 4}, {"CUP_PG7VL_M", 2} }; }; class HMGG : Rifleman { primaryWeapon = "gm_mpiaks74nk_brn"; primaryWeaponItems[] = {"gm_flashlightp2_wht_akkhandguard_blu"}; secondaryWeapon = "CUP_DSHKM_carry"; backpackMagazines[] = {}; }; class HMGAG : HMGG { secondaryWeapon = "ace_csw_kordCarryTripod"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "Binocular"; assignItems[] = {}; }; class HMGAC : Rifleman { secondaryWeapon = "ace_csw_kordCarryTripodLow"; backpackMagazines[] = { {"ace_csw_50Rnd_127x108_mag", 4} }; }; class DHATG : Rifleman { primaryWeapon = "gm_mpiaks74nk_brn"; primaryWeaponItems[] = {"gm_flashlightp2_wht_akkhandguard_blu"}; secondaryWeapon = "CUP_SPG9_carry"; backpackMagazines[] = {}; }; class DHATAG : HMGG { secondaryWeapon = "ace_csw_spg9CarryTripod"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "Binocular"; assignItems[] = {}; }; class DHATAC : Rifleman { backpackMagazines[] = { {"CUP_compats_PG9_M", 2}, {"CUP_compats_OG9_M", 2} }; }; class VC : Crew { binocular = "Binocular"; }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {}; magazines[] = { {"gm_30Rnd_545x39mm_B_7N6_ak74_org", 100}, {"gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 50}, {"gm_45Rnd_545x39mm_B_T_7T3_ak74_org", 100}, {"gm_1Rnd_265mm_flare_single_red_gc", 25}, {"gm_1Rnd_265mm_flare_multi_red_gc", 25}, {"ACE_HandFlare_Yellow", 25}, {"CUP_PG7VL_M", 25}, {"HandGrenade", 25}, {"MiniGrenade", 25}, {"gm_smokeshell_yel_gc", 25}, {"gm_8Rnd_9x18mm_B_pst_pm_blk", 15} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class HMG { weapons[] = { {"CUP_DSHKM_carry", 1}, {"ace_csw_kordCarryTripod", 1}, {"ace_csw_kordCarryTripodLow",1} }; magazines[] = { {"ace_csw_50Rnd_127x108_mag", 250} }; items[] = {}; medicalItems[] = {}; }; class SPG { weapons[] = { {"CUP_SPG9_carry", 1}, {"ace_csw_spg9CarryTripod", 1} }; magazines[] = { {"CUP_compats_PG9_M", 50}, {"CUP_compats_OG9_M", 25} }; items[] = {}; medicalItems[] = {}; }; };class KK_U { class Rifleman { headGear = "CUP_H_RUS_SSH68_green"; goggles = ""; uniform = "gmx_chdkz_army_uniform_soldier_01_mix_01"; vest = "gm_pl_army_vest_80_rifleman_gry_ARM"; backpack = "ark_backpack_med"; insignia = "USP_PATCH_GAME_ARMA_CHDKZ"; }; class Leader : Rifleman { uniform = "gmx_chdkz_army_uniform_soldier_01_wdl"; vest = "gm_pl_army_vest_80_leader_gry_ARM"; }; class Officer : Leader { headGear = "gmx_chdkz_army_headgear_cap_blk"; }; class Crew : Rifleman { headGear = "gmx_chdkz_army_headgear_cap_wdl"; uniform = "gmx_chdkz_army_uniform_soldier_01_mix_01"; vest = "gmx_chdkz_army_vest_pilot_wdl_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { uniform = "gmx_chdkz_army_uniform_soldier_01_win"; }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { headGear = "gmx_chdkz_army_headgear_cap_wdl"; }; class Medic : Rifleman { uniform = "gmx_chdkz_army_uniform_soldier_01_mix_01"; backpack = "ark_backpack_large"; }; class FTL : Leader { headGear = "CUP_H_RUS_SSH68_olive"; uniform = "gmx_chdkz_army_uniform_soldier_01_mix_02"; }; class AR : Rifleman { uniform = "gmx_chdkz_army_uniform_soldier_01_mix_03"; vest = "gm_pl_army_vest_80_mg_gry_ARM"; }; class AAR : Rifleman { headGear = "CUP_H_RUS_SSH68_cover_vsr84_dubok"; uniform = "gmx_chdkz_army_uniform_soldier_01_mix_01"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { uniform = "gmx_chdkz_army_uniform_soldier_01_mix_04"; vest = "gm_pl_army_vest_80_at_gry_ARM"; }; class HMGG : AR { }; class HMGAG : AAR { vest = "gm_pl_army_vest_80_leader_gry_ARM"; }; class HMGAC : AAR { }; class DHATG : AR { headGear = "CUP_H_RUS_SSH68_green"; }; class DHATAG : AAR { headGear = "CUP_H_RUS_SSH68_olive"; vest = "gm_pl_army_vest_80_leader_gry_ARM"; }; class DHATAC : AAR { }; class VC : Crew { }; class P : Crew { headGear = "gm_gc_headgear_zsh3_wht"; vest = "gmx_chdkz_army_vest_pilot_wdl_ARM"; uniform = "gm_pl_airforce_uniform_pilot_80_gry"; backpack = "ark_backpack_small"; }; class PCM : P { }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.//if (isServer) then { //{_x forceFlagTexture "\ca\data\Flag_chdkz_co.paa"} forEach [boat_1, boat_2, car_1]; //};ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 4, 0, 4, 0, 0, 0, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 4, 0, 4, 0, 1, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "HMGAC", "DHATAC"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 4, 0, 4, 1, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["HMGAG", "HMGG"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["DHATAG", "DHATG"]) exitWith {[_unit, [0, 4, 2, 4, 0, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; //1 2 3 4 5 6 7 8 9 10 _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_launcher = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines"]; _magazines = [ ["CUP_PG7VL_M", 100], ["CUP_OG7_M", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; }; ark_fnc_plank_fill_ammo_small = { private _box = _this select 1; private ["_magazines", "_items"]; _magazines = [ ["gm_30Rnd_545x39mm_B_7N6_ak74_org", 50], ["gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 25], ["gm_8Rnd_9x18mm_B_pst_pm_blk", 15], ["gm_45Rnd_545x39mm_B_T_7T3_ak74_org", 50], ["gm_1Rnd_265mm_flare_single_red_gc", 25], ["gm_1Rnd_265mm_flare_multi_red_gc", 25], ["ACE_HandFlare_Yellow", 15], ["HandGrenade", 15], ["MiniGrenade", 15], ["gm_smokeshell_yel_gc", 15] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_plank_fill_ammo_large = { private _box = _this select 1; private ["_magazines", "_items"]; _magazines = [ ["gm_30Rnd_545x39mm_B_7N6_ak74_org", 100], ["gm_30Rnd_545x39mm_B_T_7T3_ak74_org", 50], ["gm_8Rnd_9x18mm_B_pst_pm_blk", 25], ["gm_45Rnd_545x39mm_B_T_7T3_ak74_org", 100], ["gm_1Rnd_265mm_flare_single_red_gc", 50], ["gm_1Rnd_265mm_flare_multi_red_gc", 50], ["ACE_HandFlare_Yellow", 25], ["HandGrenade", 25], ["MiniGrenade", 25], ["gm_smokeshell_yel_gc", 25] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_plank_fill_medic = { private _box = _this select 1; private ["_items"]; _items = [ ["ACE_fieldDressing", 90], ["ACE_morphine", 60], ["ACE_epinephrine", 60], ["ACE_bloodIV_500", 48], ["ACE_splint", 16] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addItemCargoGlobal _x;} foreach _items; _box call ark_fnc_plank_setBoxColour_medic_aluminium; }; ark_fnc_plank_fill_ammo_spg = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["CUP_compats_PG9_M", 200], ["CUP_compats_OG9_M", 50] ]; _weapons = [ ["CUP_SPG9_carry", 1], ["ace_csw_spg9CarryTripod", 1] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; }; ark_fnc_plank_fill_ammo_hmg = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons"]; _magazines = [ ["ace_csw_50Rnd_127x108_mag", 100] ]; _weapons = [ ["CUP_DSHKM_carry", 1], ["ace_csw_kordCarryTripod", 1], ["ace_csw_kordCarryTripodLow", 1] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; }; ark_fnc_plank_setBoxColour_medic_aluminium = { params ["_box"]; [{_this setObjectTextureGlobal [0, "gm\gm_weapons\gm_ammoboxes\data\oli\gm_ammobox_aluminium_01_medic_oli_co.paa"];}, _box] call CBA_fnc_execNextFrame; }; if (!didJIP) then { [player] call ark_fnc_plank_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };raP version6EditorDatasourceNameark_co44_krutoy_korneraddonsA3_Ui_Fgm_weapons_ammoboxesA3_Structures_F_Civ_Campingcba_xehCUP_WaterVehicles_Fishing_BoatCUP_Misc3_ConfigA3_Structures_F_SystemA3_Structures_F_Items_Vesselsgmx_chdkz_vehicles_air_helicopters_mi2gmx_chdkz_vehicles_land_tracked_uaz469A3_Structures_F_Civ_AccessoriesA3_Modules_F_Curator_Curatorark_ace_rearmark_clear_cargoAdmiralark_rotorark_chase_aiCUP_Creatures_Military_CDFCUP_AirVehicles_Mi8gm_weapons_mortars_2s12_gm_pl_army_2s12gmx_cdf_charactersA3_Characters_Face_nouniformrestrictionsace_parachuteAddonsMetaDataZdlcsgmCUP_Vehiclesgmx_chdkzCUP_UnitsrandomSeedScenarioData CustomAttributesXMission moveGridStep?angleGridStep?scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCameraZnextID!nextID$nextIDpos TFbAuEdirڝR_up8`?basidem(=ZListj itemsItem0bItem1Item2RItem3Item4_Item5Item6Item7{Item8 Item9 Item10 Item11l Item12 Item133 Item14 Item15 Item16, Item17 Item18 Item19 classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.comRclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com_classNameCUP_WaterVehicles_Fishing_BoatnameCUP_WaterVehicles_Fishing_BoatclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNamegmx_chdkz_vehicles_air_helicopters_mi2namegmx_chdkz_vehicles_air_helicopters_mi2authorGlobal Mobilization Extra{classNamegmx_chdkz_vehicles_land_tracked_uaz469namegmx_chdkz_vehicles_land_tracked_uaz469authorGlobal Mobilization Extra classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgl classNameAdmiralnameARK Inhouse - AdmiralauthorKamiurlhttps://github.com/kami- classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org3 classNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.org classNameCUP_Creatures_Military_CDFnameCUP_Creatures_Military_CDF classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8, classNamegm_weapons_mortars_2s12_gm_pl_army_2s12namegm_weapons_mortars_2s12_gm_pl_army_2s12authorGlobal Mobilizationurlglobal-mobilization.com classNamegmx_cdf_charactersnamegmx_cdf_characters classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/ classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/ authordancemooxHeader XgameTypeCoopminPlayersmaxPlayers,XCategory0mnameMultiplayerAttribute0Attribute1*nAttributespropertyRespawnButtonexpressiontrueValue*data*singleTypeSCALARvalue?*propertyRespawnTemplatesexpressiontrueValueidataysingleTypeARRAYvalueitemsItem0datasingleTypeSTRINGvalueNoneIntel!EntitiesConnectionsbriefingNameark_co44_krutoy_korneroverviewTextChDKZ hold the coast road | JIP ExtractresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< itemsItem0)Item1 Item2Item36Item4aItem5fItem6Item7PItem8,4Item9DDItem10 NItem11"^Item12jItem13}Item14 ~Item15t~Item16Item17Item18Item19kItem20Item21dItem22Item23&Item24gItem256Item26Item27Item28Item29Item30dataTypeLayernameTime TriggersstateEntitiesidatlOffsetj=H  itemsItem0Item1Item2Item3Item4Item5Item6Item7 dataTypeTriggerposition6ERB: FAttributescidtypeEmptyDetectoratlOffsetGTnametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeBdataTypeTriggerpositionE\B' FAttributes9idtypeEmptyDetectoratlOffsetvPönametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerpositionE(B FAttributes'idtypeEmptyDetectoratlOffsetuKänametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDdataTypeTriggerpositionEOBK FAttributesidtypeEmptyDetectoratlOffsetXIÒnametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerpositionEBBT FAttributesidtypeEmptyDetectoratlOffsetu{Gùnametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerposition"EBdj FAttributes*idtypeEmptyDetectoratlOffsetEnametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerpositionE4B FAttributes?idtypeEmptyDetectoratlOffsetRûnametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCCdataTypeTriggerpositionEC FAttributes,idMtypeEmptyDetectoratlOffset3WC nametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationif (isServer) then { [arty_1, "mkr_tgt", 5, 30, 50] call ark_common_fnc_arty; };sizeAsizeBtimeoutEEE  dataTypeMarkerpositionzSF[A ~Enamemkr_aomarkerTypeELLIPSEtypeellipsecolorNameColorEASTfillNameBordera 7CbCangleFCAdrawBorderidatlOffset0"?dataTypeMarkerposition{SF|%AjEnamemkr_tgttypeEmptyidl6dataTypeLayernamePlayer Bits & Set DressingEntitiesid atlOffset ⼛aitemsItem0Item1 Item2*!Item3!Item4"Item5#Item6v$Item7B%Item8 &Item97Item10HItem11HItem12IItem13qJItem147KItem15KItem16LItem17MItem18oNItem195OItem20OItem21PItem22s[Item23J\Item24]Item255^Item26W_Item27y`adataTypeObjectPositionInfoosideEmptyflagsAttributesid typegm_ammobox_aluminium_01_empty positionUFAtEanglest5@e@X<init [this, ["faction", "CHDKZ_KK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init; dataTypeObjectPositionInfo sideEmptyflagsAttributes id typegm_ammobox_aluminium_01_emptyatlOffset6*!positionUFAtEanglest5@1@X< init [this, ["faction", "CHDKZ_KK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;*!dataTypeObjectPositionInfo!sideEmptyflagsAttributes!idF!typeCampfire_burning_FatlOffset`!positionS=UFKAUvEanglesA=!a@!!dataTypeObjectPositionInfor"sideEmptyAttributes"id!typeCUP_C_Fishing_Boat_ChernarusatlOffset?"position.Fr@UEangles>$@"skill?lockUNLOCKEDnameboat_1"dataTypeObjectPositionInfo^#sideEmptyAttributes#id!typeCUP_C_Fishing_Boat_ChernarusatlOffset)"?#positionl.Fr@BEanglesW'@#skill?lockUNLOCKEDnameboat_2#dataTypeObjectPositionInfo8$sideEmptyflagsAttributesp$idK!typeFlagCarrierINSv$position UFEAtEangles@p$v$dataTypeObjectPositionInfo%sideEmptyflagsAttributes<%idJ!typeLand_ClutterCutter_large_FatlOffsetItem7A>Item8w>Item9>Item10>Item11+?Item12a?Item13?Item14?Item15&@\@data<<singleTypeSTRINGvaluecablecutter_unhide<data< =singleTypeSCALARvalue =data=S=singleTypeSTRINGvaluecamera_front_unhideS=datac==singleTypeSCALARvalue=data==singleTypeSTRINGvaluecamera_rear_unhide=data=>singleTypeSCALARvalue>data>A>singleTypeSTRINGvaluefan_unhideA>dataQ>w>singleTypeSCALARvalue?w>data>>singleTypeSTRINGvalueplugs_unhide>data>>singleTypeSCALARvalue>data>+?singleTypeSTRINGvalueskids_unhide+?data;?a?singleTypeSCALARvaluea?dataq??singleTypeSTRINGvaluefueltank_left_unhide?data??singleTypeSCALARvalue?data?&@singleTypeSTRINGvaluefueltank_right_unhide&@data6@\@singleTypeSCALARvalue\@propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueA6AdataA6AsingleTypeSTRINGvalue-16Apropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueABdataABsingleTypeSTRINGvalue-1Bpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBBdataBBsingleTypeSTRINGvalue-1Bpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueCCdataCCsingleTypeSTRINGvalue-1Cpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuezDDdataDDsingleTypeSTRINGvalue-1Dpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueZEEdatajEEsingleTypeSTRINGvalue-1Epropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value5FjFdataEFjFsingleTypeSTRINGvalue-1jFpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value GBGdataGBGsingleTypeSTRINGvalue-1BGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueGHdataGHsingleTypeSTRINGvalue-1HdataTypeObjectPositionInfoHsideEmptyflagsAttributesHid7!typeLand_TentA_FHpositionEUFAvEanglesuD=>8@HdisableSimulationHdataTypeObjectPositionInfoUIsideEmptyflagsAttributesIid9!typeLand_TentA_FIpositionWNUF3AvEangles<tZ?!a@IdisableSimulationIdataTypeObjectPositionInfoJsideEmptyflagsAttributesSJid:!typeLand_TentA_FqJposition(UFΰA~yvEanglesA=`@9Z=E@9!e=Qskill?lockUNLOCKEDinit [this, ["faction", "CHDKZ_KK"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;namecar_1R Attribute0RAttribute1SAttribute2TAttribute3iUAttribute4DVAttribute5#WAttribute6XAttribute7XAttribute8YAttribute9ZnAttributes s[propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuexSSdataSSsingleTypeSTRINGvalue-1Spropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueRTTdatabTTsingleTypeSTRINGvalue-1Tpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value4UiUdataDUiUsingleTypeSTRINGvalue-1iUpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueVDVdataVDVsingleTypeSTRINGvalue-1DVpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueV#WdataV#WsingleTypeSTRINGvalue-1#Wpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueWXdataWXsingleTypeSTRINGvalue-1Xpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueXXdataXXsingleTypeSTRINGvalue-1Xpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueYYdataYYsingleTypeSTRINGvalue-1Ypropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueaZZdataqZZsingleTypeSTRINGvalue-1Zpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value>[s[dataN[s[singleTypeSTRINGvalue-1s[dataTypeObjectPositionInfo[sideEmptyflagsAttributes,\idH!typeAxe_woodblockatlOffset7J\positionDIUFALvEanglesع<A)@(@,\disableSimulationJ\dataTypeObjectPositionInfo\sideEmptyflagsAttributes\idG!typeLand_WoodPile_F]positioneLUFոAbvEanglesf<B@ @\disableSimulation]dataTypeObjectPositionInfo]sideEmptyflagsAttributes]id!typegm_ammobox_aluminium_06_emptyatlOffset75^position*UF}VAXtEanglest5@c<@X<]init [this, ["faction", "CHDKZ_KK"], ["gear", "SPG"]] call hull3_unit_fnc_init;5^dataTypeObjectPositionInfo^sideEmptyflagsAttributes^id!typegm_ammobox_aluminium_06_emptyatlOffsetbAttribute0&cAttribute1cAttribute2mdAttribute3enAttributesepropertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];ValueccdataccsingleTypeSTRINGvalue#adminLoggedcpropertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value7dmddataGdmdsingleTypeSCALARvaluemdpropertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];ValuededatadesingleTypeSTRINGvalueepropertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];ValuepeedataeesingleTypeSCALARvalue@@edataTypeLogicPositionInfoeid'typeARK_ACE_RearmatlOffset5fpositionE XCFanglesm>H>5fdataTypeLogicPositionInfofidtypeARK_Clear_VehicleatlOffsetLlðfpositionE΂CEfdataTypeLayernameSafety Off (44 Inf)stateEntitiesgid{ atlOffsetl4BitemsItem0hItem1+lItem2oItem3pItem4|Item5fItem6Item7҇Item8Item9Item10wItem11Item12ßItem13Item14Item15XItem16Item17Item18iItem19Item209Item21Item22Item23JItem24tItem25Item26Item27fItem28+Item29UdataTypeGroupsideCivilianEntitieshAttributes%lidatlOffsetffNB+litemsItem0iItem1kItem2k%ldataTypeObjectPositionInfoisideCivilianflagsAttributesiidtypeC_Bob_VRCustomAttributesikpositionMFݧBIEangles@iiAttribute0jAttribute1jnAttributeskpropertyspeakerexpression_this setspeaker _value;Value[jjdatakjjsingleTypeSTRINGvalueMale01GREVRjpropertypitchexpression_this setpitch _value;ValuejkdatajksingleTypeSCALARvalue\?kdataTypeWaypointloiterAltitudepositionRF8@&EplacementHBEffectskshowWPNEVERidtypeMovekkdataTypeWaypointloiterAltitudepositionTF\jAxEEffectslshowWPNEVERidFtypeMove%l%l+ldataTypeGroupsideCivilianEntitieslAttributesoidatlOffsetffNBoitemsItem0lItem1nItem2KoodataTypeObjectPositionInfoAmsideCivilianflagsAttributesymidtypeC_Bob_VRCustomAttributesmnpositionwMFBEangles@ymmAttribute0mAttribute1?nnAttributesnpropertyspeakerexpression_this setspeaker _value;Valuen?ndatan?nsingleTypeSTRINGvalueMale01GREVR?npropertypitchexpression_this setpitch _value;ValuenndatannsingleTypeSCALARvalue\?ndataTypeWaypointloiterAltitudeposition.QF@;EplacementHBEffectsEoshowWPNEVERidtypeMoveKoKodataTypeWaypointloiterAltitudepositionTF\jAxEEffectsoshowWPNEVERidGtypeMoveooodataTypeTriggerpositionMF2BEangle @AttributesEpidtypeEmptyDetectorAreaR50pconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB ApdataTypeLogicPositionInfopidtypeAdmiral_OndemandCampZoneCustomAttributes6q|positionrMF)Bx=Eanglesk=J@@6qAttribute02rAttribute1rAttribute2sAttribute3btAttribute4uAttribute5uAttribute6vAttribute7\wAttribute8xAttribute9xAttribute10yAttribute11tzAttribute125{Attribute13{nAttributes|propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuerrdatarrsingleTypeSTRINGvaluerpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueussdatasssingleTypeSCALARvaluespropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,tbtdataztzdataNztzsingleTypeSCALARvalueAtzpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuez5{data{5{singleTypeSCALARvalue5{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}Attributes`idatlOffsetffNBfitemsItem0Q}Item1PItem2`dataTypeObjectPositionInfo}sideCivilianflagsAttributes~idtypeC_Bob_VRCustomAttributes~PpositionyMF B Eangles@~~Attribute0L~Attribute1~nAttributesPpropertyspeakerexpression_this setspeaker _value;Value~~data~~singleTypeSTRINGvalueMale01GREVR~propertypitchexpression_this setpitch _value;ValuePdata*PsingleTypeSCALARvalue\?PdataTypeWaypointloiterAltitudepositionIRFY@EplacementHBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsZshowWPNEVERidHtypeMove``fdataTypeGroupsideCivilianEntitiesĀAttributesid atlOffsetffNBitemsItem0Item1Item2 dataTypeObjectPositionInfosideCivilianflagsAttributesāid typeC_Bob_VRatlOffset@6CustomAttributesʁpositionPF-@&$EanglesTu@āʁAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueLdata\singleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueЂdatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionSFR@EplacementHBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidCtypeMovedataTypeGroupsideCivilianEntitieszAttributeṡidatlOffsetffNB҇itemsItem0Item1Item2L̇ dataTypeObjectPositionInfoBsideCivilianflagsAttributeszidtypeC_Bob_VRatlOffsetCustomAttributesposition,QF@frEanglesTu@zAttribute0Attribute1@nAttributespropertyspeakerexpression_this setspeaker _value;Value@data@singleTypeSTRINGvalueMale01GREVR@propertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionTF?RbEplacementHBEffectsFshowWPNEVERidtypeMoveLLdataTypeWaypointloiterAltitudepositionTF\jAxEEffectsƇshowWPNEVERidDtypeMovė̇҇dataTypeTriggerposition"PF@x:EangleOu@AttributesFidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes7positionPF3f@UEangles;@v@7Attribute03Attribute1Attribute2Attribute3cAttribute4Attribute5ٍAttribute6Attribute7]Attribute8Attribute9Attribute10Attribute11uAttribute126Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueŠdataҊsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuevdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value-cdata=csingleTypeSCALARvalueBcpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueٍdataٍsingleTypeSCALARvalue AٍpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueZdatajsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value']data7]singleTypeSCALARvalue]propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvalueinf_4propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedataÐsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuezdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value?udataOusingleTypeSCALARvalueAupropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value6data6singleTypeSCALARvalue6propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueɓdataٓsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesqidatlOffsetffNBwitemsItem0RItem1aItem2q dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset@CustomAttributes%apositionAPF:@REanglesTu@%Attribute0]Attribute1nAttributesapropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value+adata;asingleTypeSCALARvalue\?adataTypeWaypointloiterAltitudepositionSFB@@EplacementHBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectskshowWPNEVERidEtypeMoveqqwdataTypeGroupsideCivilianEntities՘AttributesidatlOffsetffNBitemsItem0Item1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesřidtypeC_Bob_VRCustomAttributes˙positioni=FFMPCJ{Eanglesb@ř˙Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueMdata]singleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueњdatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionNFff@9xEplacementHBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidItypeMovedataTypeGroupsideCivilianEntities{AttributesidatlOffsetffNBßitemsItem0Item1Item2=dataTypeObjectPositionInfo3sideCivilianflagsAttributeskidtypeC_Bob_VRCustomAttributesqposition@FFrC{Eanglesb@kqAttribute0Attribute11nAttributespropertyspeakerexpression_this setspeaker _value;Value1data1singleTypeSTRINGvalueMale01GREVR1propertypitchexpression_this setpitch _value;ValuewdatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition OF%@pEplacementHBEffects7showWPNEVERidtypeMove==dataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidJtypeMoveßdataTypeTriggerposition}3FF`C]{EangleV@Attributes7idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes(position#FFZCA|EanglesrE/;?31?(Attribute0$Attribute1Attribute2Attribute3TAttribute4 Attribute5ʥAttribute6Attribute7NAttribute8 Attribute9ڨAttribute10Attribute11fAttribute12'Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataâsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuegdatawsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueTdata.TsingleTypeSCALARvalueBTpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valueդ data singleTypeSCALARvalueB propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueʥdataʥsingleTypeSCALARvalue AʥpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueKdata[singleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueNdata(NsingleTypeSCALARvalueNpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueէ data singleTypeSTRINGvalueinf_5 propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueڨdataڨsingleTypeSCALARvalueڨpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuekdata{singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value0fdata@fsingleTypeSCALARvalueAfpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value'data'singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataʫsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesRidatlOffsetffNBXitemsItem0CItem1BItem2үRdataTypeObjectPositionInfoȭsideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesBpositionJFFCc{Eanglesb@Attribute0>Attribute1ƮnAttributesBpropertyspeakerexpression_this setspeaker _value;ValueƮdataƮsingleTypeSTRINGvalueMale01GREVRƮpropertypitchexpression_this setpitch _value;Value BdataBsingleTypeSCALARvalue\?BdataTypeWaypointloiterAltitudeposition_NFfj@rTtEplacementHBEffects̯showWPNEVERid!typeMoveүүdataTypeWaypointloiterAltitudepositionTF\jAxEEffectsLshowWPNEVERidKtypeMoveRRXdataTypeGroupsideCivilianEntitiesAttributesid"atlOffsetffNBitemsItem0Item1Item2xdataTypeObjectPositionInfonsideCivilianflagsAttributesid#typeC_Bob_VRCustomAttributesposition1GF2CiEanglesz?Attribute0Attribute1lnAttributespropertyspeakerexpression_this setspeaker _value;Value.ldata>lsingleTypeSTRINGvalueMale01GREVRlpropertypitchexpression_this setpitch _value;Valuedata²singleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition5OFk@=EplacementHBEffectsrshowWPNEVERid$typeMovexxdataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidLtypeMovedataTypeGroupsideCivilianEntities\Attributesid%atlOffsetffNBitemsItem0Item1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesLid&typeC_Bob_VRCustomAttributesRpositionD5GF0CEanglesz?LRAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueԵdatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueXdatahsingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionNF(@{EplacementHBEffectsshowWPNEVERid'typeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidMtypeMovedataTypeTriggerpositionG&GF0C0Eanglez?Attributesid(typeEmptyDetectorAreaR50iconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AidataTypeLogicPositionInfoѸid)typeAdmiral_OndemandCampZoneCustomAttributes position=XGFQ]7CPpEanglesQ@d!?> Attribute0Attribute1ǺAttribute2~Attribute35Attribute4Attribute5Attribute6`Attribute7/Attribute8Attribute9Attribute10Attribute11GAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueǺdataǺsingleTypeSTRINGvalueǺpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueH~dataX~singleTypeSCALARvalue~propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value5data5singleTypeSCALARvalueB5propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataƼsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueudatasingleTypeSCALARvalue 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];ValuedataƿsingleTypeSTRINGvalueinf_6propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueLdata\singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueGdata!GsingleTypeSCALARvalueAGpropertyAdmiral_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];Value`datapsingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributes3id*atlOffsetffNB9itemsItem0$Item1#Item23dataTypeObjectPositionInfosideCivilianflagsAttributesid+typeC_Bob_VRCustomAttributes#position7GF.2C@3Eanglesz?Attribute0Attribute1nAttributes#propertyspeakerexpression_this setspeaker _value;ValueidataysingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value#data#singleTypeSCALARvalue\?#dataTypeWaypointloiterAltitudepositionNF@V-EplacementHBEffectsshowWPNEVERid,typeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffects-showWPNEVERidNtypeMove339dataTypeGroupsideCivilianEntitiesAttributesid-atlOffsetffNBitemsItem0Item1Item2YdataTypeObjectPositionInfoOsideCivilianflagsAttributesid.typeC_Bob_VRCustomAttributespositionIFW-C/sEanglesb4?Attribute0Attribute1MnAttributespropertyspeakerexpression_this setspeaker _value;ValueMdataMsingleTypeSTRINGvalueMale01GREVRMpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionxxPFn@~kEplacementHBEffectsSshowWPNEVERid/typeMoveYYdataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidOtypeMovedataTypeGroupsideCivilianEntities=Attributesid0atlOffsetffNBitemsItem0pItem1oItem2dataTypeObjectPositionInfosideCivilianflagsAttributes-id1typeC_Bob_VRCustomAttributes3opositionʼIFP-CkEanglesb4?-3Attribute0kAttribute1nAttributesopropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value9odataIosingleTypeSCALARvalue\?odataTypeWaypointloiterAltitudepositionzOF/A=҂EplacementHBEffectsshowWPNEVERid2typeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsyshowWPNEVERidPtypeMovedataTypeTriggerpositionIF+.CWEangleT4?Attributesid3typeEmptyDetectorAreaR50Jconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AJdataTypeLogicPositionInfoid4typeAdmiral_OndemandCampZoneCustomAttributestpositionIFc-CEEangles/@j%@Y@Attribute0Attribute1Attribute2_Attribute3Attribute4Attribute5Attribute6AAttribute7Attribute8Attribute9Attribute10cAttribute11(Attribute12Attribute13nAttributestpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueudatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)_data9_singleTypeSCALARvalue_propertyAdmiral_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];ValueVdatafsingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value AdataAsingleTypeBOOLvalueApropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvalueinf_1propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuefdatavsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value-cdata=csingleTypeSCALARvaluecpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value(data(singleTypeSCALARvalueA(propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value|datasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueAtdataQtsingleTypeSTRINGvaluetdataTypeGroupsideCivilianEntitiesAttributesid5atlOffsetffNBitemsItem0Item1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesid6typeC_Bob_VRCustomAttributespositionXIF^ .COBEanglesb4?Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueJdataZsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionOFAMEplacementHBEffectsshowWPNEVERid7typeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidQtypeMovedataTypeGroupsideCivilianEntitiesxAttributesid8atlOffsetffNBitemsItem0Item1Item2:dataTypeObjectPositionInfo0sideCivilianflagsAttributeshid9typeC_Bob_VRCustomAttributesnpositionKFTqCEangles%g@hnAttribute0Attribute1.nAttributespropertyspeakerexpression_this setspeaker _value;Value.data.singleTypeSTRINGvalueMale01GREVR.propertypitchexpression_this setpitch _value;ValuetdatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionlQFֵ@EplacementHBEffects4showWPNEVERid:typeMove::dataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidRtypeMovedataTypeGroupsideCivilianEntitiesAttributes`id;atlOffsetffNBfitemsItem0QItem1PItem2`dataTypeObjectPositionInfosideCivilianflagsAttributesid<typeC_Bob_VRCustomAttributesPposition̓KFcICFEangles%g@Attribute0LAttribute1nAttributesPpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuePdata*PsingleTypeSCALARvalue\?PdataTypeWaypointloiterAltitudeposition QFr@EplacementHBEffectsshowWPNEVERid=typeMovedataTypeWaypointloiterAltitudepositionTF\jAxEEffectsZshowWPNEVERidStypeMove``fdataTypeTriggerpositionKFC)Eangleg@Attributesid>typeEmptyDetectorAreaR50+conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A+dataTypeLogicPositionInfoid?typeAdmiral_OndemandCampZoneCustomAttributesUpositionŏKFCEanglesd~=@/@Attribute0Attribute1Attribute2@Attribute3Attribute4Attribute5mAttribute6"Attribute7Attribute8Attribute9}Attribute10DAttribute11 Attribute12Attribute13nAttributesUpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueVdatafsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value @data@singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuexdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value7mdataGmsingleTypeSCALARvalue AmpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value"data"singleTypeBOOLvalue"propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuexdatasingleTypeSTRINGvalueinf_2propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueG}dataW}singleTypeSCALARvalue}propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueDdataDsingleTypeSCALARvalueDpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value data singleTypeSCALARvalueA propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value]datamsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value"Udata2UsingleTypeSTRINGvalueUdataTypeGroupsideCivilianEntitiesAttributesid@atlOffsetffNBitemsItem0Item1Item2udataTypeObjectPositionInfoksideCivilianflagsAttributesidAtypeC_Bob_VRCustomAttributespositionKFdCEangles%g@Attribute0Attribute1inAttributespropertyspeakerexpression_this setspeaker _value;Value+idata;isingleTypeSTRINGvalueMale01GREVRipropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition6QFp@LEplacementHBEffectsoshowWPNEVERidBtypeMoveuudataTypeWaypointloiterAltitudepositionTF\jAxEEffectsshowWPNEVERidTtypeMovedataTypeLayername5 Minutes - Wheel Armour Start (3 Tech)Entitieshid atlOffset.rPitemsItem0Item1Item2VItem3Item4W Item5( PdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetitemsItem0BItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionRF07@EanglesC@dataTypeWaypointloiterAltitudeposition"SF ^AJ}EEffectsyshowWPNEVERid>typeMovedataTypeTriggerpositionORF|@EangleC@Attributes idtypeEmptyDetectorAreaR50atlOffset5Vconditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AVdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset8?CustomAttributespositionRF@+EanglesC@Attribute0Attribute1Attribute2{Attribute32Attribute4Attribute5Attribute6]Attribute7,Attribute8Attribute9Attribute10}Attribute11BAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueE{dataU{singleTypeSCALARvalue{propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2data 2singleTypeSCALARvalueB2propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuerdatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value)]data9]singleTypeBOOLvalue]propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value,data,singleTypeSCALARvalue,propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluet_1propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueG}dataW}singleTypeSCALARvalue?}propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value BdataBsingleTypeSCALARvalueBpropertyAdmiral_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];Value[dataksingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesQ idatlOffsetW itemsItem0Item1Q dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionOFU@ZEanglesC@dataTypeWaypointloiterAltitudeposition"SF ^AJ}EEffectsK showWPNEVERid?typeMoveQ Q W dataTypeTriggerpositionOFY,@җEangleC@Attributes idtypeEmptyDetectorAreaR50atlOffset( conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB A( dataTypeLogicPositionInfo idtypeAdmiral_OndemandCampZoneCustomAttributes Pposition~OF3@9Eanglesv@C@f< Attribute0 Attribute1 Attribute2= Attribute3 Attribute4Attribute5jAttribute6Attribute7Attribute8Attribute9xAttribute10?Attribute11Attribute12Attribute13nAttributesPpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueS  datac  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  data  singleTypeSCALARvalueB propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueudatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value4jdataDjsingleTypeSCALARvalueBjpropertyAdmiral_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];ValueudatasingleTypeSTRINGvaluet_2propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueBxdataRxsingleTypeSCALARvaluexpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value ?data?singleTypeSCALARvalue??propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueXdatahsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuePdata-PsingleTypeSTRINGvaluePdataTypeLayername10 Minutes - Armour Start (2 Armour)Entitiesid atlOffseto,4itemsItem0Item1Item2uItem3%Item4N'Item5(,4dataTypeGroupsideCivilianEntitieslAttributesid atlOffsetitemsItem0Item19dataTypeObjectPositionInfosideCivilianflagsAttributes3id typeC_Bob_VRatlOffset9position|OF5@,E39dataTypeWaypointloiterAltitudeposition"SF^AN}EEffectsshowWPNEVERid!typeMovedataTypeTriggerpositionOFC@桩EAttributes'id typeEmptyDetectorAreaR50uconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB AudataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributes%positionLOF5@EanglesP@Q=Attribute0Attribute1Attribute2Attribute3AAttribute4Attribute5Attribute6lAttribute7; Attribute8 Attribute9!Attribute10"Attribute11Q#Attribute12$Attribute13$nAttributes%propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueTdatadsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value AdataAsingleTypeSCALARvalueBApropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value8ldataHlsingleTypeBOOLvaluelpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value ; data ; singleTypeSCALARvalue; propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value  data  singleTypeSTRINGvaluea_1 propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value!!data!!singleTypeSCALARvalue!propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueV""dataf""singleTypeSCALARvalue"propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value#Q#data+#Q#singleTypeSCALARvalueQ#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];Valuej%%dataz%%singleTypeSTRINGvalue%dataTypeGroupsideCivilianEntities%AttributesH'idatlOffsetN'itemsItem0#&Item1&H'dataTypeObjectPositionInfo&sideCivilianflagsAttributes&idtypeC_Bob_VRatlOffset&position*RF @E&&dataTypeWaypointloiterAltitudeposition"SF^AN}EEffectsB'showWPNEVERid typeMoveH'H'N'dataTypeTriggerpositionFRF=@PEAttributes'idtypeEmptyDetectorAreaR50(conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A(dataTypeLogicPositionInfol(idtypeAdmiral_OndemandCampZoneCustomAttributes(,4positionwrRF@rEangles5.<!@(Attribute0)Attribute1b*Attribute2+Attribute3+Attribute4,Attribute5F-Attribute6-Attribute7.Attribute8/Attribute9T0Attribute101Attribute111Attribute122Attribute13j3nAttributes,4propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value/*b*data?*b*singleTypeSTRINGvalueb*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];ValueQ,,dataa,,singleTypeSCALARvalueB,propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value-F-data -F-singleTypeSCALARvalueBF-propertyAdmiral_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];ValueQ//dataa//singleTypeSTRINGvaluea_2/propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value0T0data.0T0singleTypeSCALARvalueT0propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value01data01singleTypeSCALARvalue1propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value11data11singleTypeSCALARvalue1propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuek22data{22singleTypeSCALARvalue?2propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value43j3dataD3j3singleTypeSCALARvaluej3propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value3,4data 4,4singleTypeSTRINGvalue,4dataTypeLayername15 Minutes - Rotor InsertEntities4id atlOffset@)DDitemsItem04Item15Item2|6Item38Item46;Item5?DDdataTypeTriggerposition?hHFa@r`Fangle*ǎ@AttributesS5id typeEmptyDetectorAreaR505conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AtimeoutAAA5dataTypeTriggerpositioncIFHл@|Fangle*ǎ@Attributes.6id typeEmptyDetectorAreaR50|6conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB A|6dataTypeGroupsideCivilianEntities6Attributes8id atlOffset8itemsItem0 7Item17Item2K88dataTypeObjectPositionInfo7sideCivilianflagsAttributes7id typeC_Jeff_VRatlOffset7positiongHFf@.rFangles4ǎ@77dataTypeWaypointloiterAltitudeposition5PF@W4EEffectsE8showWPNEVERid typeMoveK8K8dataTypeWaypointloiterAltitudepositionC~Cd`9FEffects8showWPNEVERid typeMoveatlOffset888dataTypeGroupsideCivilianEntities?9Attributes0;id atlOffset6;itemsItem0r9Item10:Item2:0;dataTypeObjectPositionInfo9sideCivilianflagsAttributes*:idtypeC_Jeff_VRatlOffset0:positioncIF*@GFangles4ǎ@*:0:dataTypeWaypointloiterAltitudeposition^SF(?8EEffects:showWPNEVERidtypeMove::dataTypeWaypointloiterAltitudepositionԛDXC9FEffects*;showWPNEVERidtypeMove0;0;6;dataTypeLogicPositionInfo;id typeARK_Rotor_InsertCustomAttributes;?positionMsHFl»@IFangles!@4ǎ@#;;Attribute06<Attribute1<Attribute2=Attribute3N>Attribute4>nAttributes?propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value<<data<<singleTypeSCALARvalueB<propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Valuej==dataz==singleTypeSTRINGvalueDefault=propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value>N>data%>N>singleTypeSTRINGvalueNORMALN>propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value>>data>>singleTypeSCALARvalueB>propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuev??data??singleTypeSTRINGvalueark_rotor_fnc_insert?dataTypeLogicPositionInfo@idtypeARK_Rotor_InsertCustomAttributesU@DDpositionnIF@eFangles5.<@t5@U@Attribute0@Attribute1pAAttribute2+BAttribute3BAttribute4~CnAttributesDDpropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value:ApAdataJApAsingleTypeSCALARvalueBpApropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueA+BdataB+BsingleTypeSTRINGvalueDefault+BpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueBBdataBBsingleTypeSTRINGvalueNORMALBpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueHC~CdataXC~CsingleTypeSCALARvalueB~CpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueCDDdata DDDsingleTypeSTRINGvalueark_rotor_fnc_insertDDdataTypeLayername20 Minutes - Chase Inf (16 Inf)stateEntitiesDid atlOffset@ NitemsItem0DItem1E NdataTypeTriggerpositionoSFT8AEangle/@AttributesQEid typeEmptyDetectorAreaR50Econditiontrue && triggeractivated tgr_time_20;sizeACsizeBCEdataTypeLogicPositionInfoFidLtypeark_chase_ai_moduleatlOffsetaACustomAttributesLF NpositionGWFbEangles/@LF Attribute0GAttribute1GAttribute2lHAttribute3IAttribute4IAttribute5JAttribute60KAttribute7KAttribute8LAttribute9TMnAttributes Npropertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];Value|GGdataGGsingleTypeSCALARvalueAGpropertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];Value6HlHdataFHlHsingleTypeSCALARvalueHBlHpropertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];ValueHIdataHIsingleTypeSCALARvalue@Ipropertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];ValueIIdataIIsingleTypeSCALARvalueCIpropertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];ValueRJJdatabJJsingleTypeBOOLvalueJpropertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];ValueJ0Kdata K0KsingleTypeBOOLvalue0Kpropertyark_chase_ai_module_Force_Flashlightsexpression_this setVariable ['Force_Flashlights',_value,true];ValueKKdataKKsingleTypeBOOLvalueKpropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];ValuehLLdataxLLsingleTypeSTRINGvalue[ADMIRAL]Lpropertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];ValueMTMdata.MTMsingleTypeSCALARvalueCTMpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];ValueM NdataM NsingleTypeSTRINGvalueADMIRAL NdataTypeLayername25 Minutes - Rotor InsertEntitiesiNid atlOffsetVW@"^itemsItem0NItem1"QItem2wSItem3JTItem4UItem5Y"^dataTypeGroupsideCivilianEntitiesOAttributesQid atlOffset07"QitemsItem0NOItem1 PItem2PQdataTypeObjectPositionInfoOsideCivilianflagsAttributesPid typeC_Jeff_VRatlOffset07 PpositionQEFV@K Fangles@P PdataTypeWaypointloiterAltitudepositionMQF;@~uEEffectsPshowWPNEVERid&typeMovePPdataTypeWaypointloiterAltitudepositionBQCC;FEffectsQshowWPNEVERid'typeMoveatlOffset8QQ"QdataTypeGroupsideCivilianEntitiesQAttributesqSid atlOffset(7wSitemsItem0QItem1qRItem2RqSdataTypeObjectPositionInfo3RsideCivilianflagsAttributeskRid typeC_Jeff_VRatlOffset(7qRpositionFFir@ Fangles@kRqRdataTypeWaypointloiterAltitudepositionTFbFAX#}EEffectsRshowWPNEVERid(typeMoveRRdataTypeWaypointloiterAltitudepositionaNTD̪C?FEffectskSshowWPNEVERid)typeMoveqSqSwSdataTypeTriggerposition>Z=skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionChDKZ - Platoon Rifleman@COisPlayablerdataTypeObjectPositionInfosideEastflagsAttributes(idV!typeO_officer_FatlOffset6positionUF\AtEangles%+@>Z=(skill?rankLIEUTENANTinit [this, ["faction", "CHDKZ_KK"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionChDKZ - Executive Officer@COisPlayableformationDIAMONDdataTypeGroupsideEastEntities_AttributesidW!itemsItem0Item1dataTypeObjectPositionInfosideEastflagsAttributes0idX!typeO_Soldier_SL_Fposition6UFAuEangles<@QZO=0skill?rankSERGEANTinit [this, ["faction", "CHDKZ_KK"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfosideEastflagsAttributesidY!typeO_medic_FatlOffset6position#UFAuEangles2<@sD=skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha Squad Medic@Alpha SLisPlayableformationDIAMONDdataTypeGroupsideEastEntitiesAttributesюidZ!itemsItem03Item1Item2Item3~юdataTypeObjectPositionInfosideEastflagsAttributes܉id[!typeO_Soldier_TL_Fposition UFkXAuEangles<@9=܉skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 1 Fireteam Leader@Alpha 1isPlayabledataTypeObjectPositionInfo'sideEastflagsAttributes_id\!typeO_Soldier_AR_FpositionUFiAsuEangles<@<_skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 1 Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfosideEastflagsAttributesŌid]!typeO_Soldier_A_F~position8UFƖApuEanglesrE/;p@9=Ōskill?init [this, ["faction", "CHDKZ_KK"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable~dataTypeObjectPositionInfosideEastflagsAttributes(id^!typeO_Soldier_LAT_FюpositionLUF"A!vuEangles-;@<(skill?init[this, ["faction", "CHDKZ_KK"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 1 Rifleman (AT)@Alpha 1isPlayableюformationDIAMONDdataTypeGroupsideEastEntitiesEAttributesQid_!atlOffset6kitemsItem0Item1Item2Item3QdataTypeObjectPositionInfosideEastflagsAttributes<id`!typeO_Soldier_TL_FatlOffset6positionS$UFȮAbuEangles8@@<<skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 2 Fireteam Leader@Alpha 2isPlayabledataTypeObjectPositionInfosideEastflagsAttributesϑida!typeO_Soldier_AR_FatlOffsetpositionA2UFAshuEangles+@K<ϑskill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 2 Automatic Rifleman@Alpha 2isPlayabledataTypeObjectPositionInfosideEastflagsAttributes5idb!typeO_Soldier_A_Fposition%UFHA*uEangles8@@<5skill?init [this, ["faction", "CHDKZ_KK"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayabledataTypeObjectPositionInfopsideEastflagsAttributesidc!typeO_Soldier_LAT_FatlOffsetQposition3UFA!0uEangles8@@<skill?init[this, ["faction", "CHDKZ_KK"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 2 Rifleman (AT)@Alpha 2isPlayableQformationDIAMONDkdataTypeGroupsideEastEntitiesAttributesidd!itemsItem0Item1vItem2ݘItem3>dataTypeObjectPositionInfodsideEastflagsAttributeside!typeO_Soldier_TL_Fvpositiono9UFAuEangles@@@skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 3 Fireteam Leader@Alpha 3isPlayablevdataTypeObjectPositionInfosideEastflagsAttributesidf!typeO_Soldier_AR_Fݘposition\GUFbAuEangles@@@skill?rankCORPORALinit [this, ["faction", "CHDKZ_KK"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 3 Automatic Rifleman@Alpha 3isPlayableݘdataTypeObjectPositionInfoMsideEastflagsAttributesidg!typeO_Soldier_A_F>position:UF^A!tEangles!a@@@skill?init [this, ["faction", "CHDKZ_KK"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable>dataTypeObjectPositionInfosideEastflagsAttributesidh!typeO_Soldier_LAT_FpositionHUFAstEanglesv@@E@skill?init[this, ["faction", "CHDKZ_KK"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionChDKZ - Alpha 3 Rifleman (AT)@Alpha 3isPlayableformationDIAMONDdataTypeGroupsideEastEntitiesAttributesJidi!atlOffset6ditemsItem0-Item1JdataTypeObjectPositionInfosideEastflagsAttributesidj!typeO_Soldier_SL_FatlOffset6positionPUFHA vEangles =E@9=skill?rankSERGEANTinit [this, ["faction", "CHDKZ_KK"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionChDKZ - Bravo Squad Leader @Bravo SLisPlayabledataTypeObjectPositionInfo:sideEastflagsAttributesridk!typeO_medic_FatlOffset6Jposition= UF?A&vEangles =*ì@fCustomDatatypeSynclinkIDitem0!item1CustomData-typeSync-linkIDitem0!item1'CustomDatahztypeSynczlinkIDitem0!item1CustomDatatypeSynclinkIDitem0!item1CustomDatatypeSynclinkIDitem0!item1CustomDataOatypeSyncalinkIDitem0!item1CustomDatatypeSyncclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname |Distance|Direction|Direction Range|Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Wide Sandbag", "land_gm_sandbags_01_wall_01", 3, 0, 360, ""}, {"Round Sandbag", "land_gm_sandbags_01_round_01", 3, 0, 360, ""}, {"Short Sandbag", "land_gm_sandbags_01_short_01", 3, 0, 360, ""}, {"Ammo Box RPG", "gm_ammobox_aluminium_06_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_launcher;"}, {"Ammo Box Small", "gm_ammobox_aluminium_04_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_ammo_small;"}, {"Medic Supply", "gm_ammobox_aluminium_07_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_medic;"}, {"Ammo Box SPG", "gm_ammobox_aluminium_06_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_ammo_spg"}, {"Ammo Box HMG", "gm_ammobox_aluminium_07_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_ammo_hmg;"}, {"Ammo Box Large", "gm_ammobox_aluminium_02_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_ammo_large;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];j%Q.P)H