admiral\admiral.htidescription.extihull3\briefing\blufor.sqfk!hnhull3\briefing\civilian.sqf*qn^hull3\briefing\indfor.sqfehull3\briefing\opfor.sqfHi hull3\hull3.hihull3\LICENSE*qn^8hull3\SLA_G.hihull3\SLA_U.hi~init.sqf!hsinitPlayerLocal.sqfKi0mission.sqm;i|aplank.h~iYzone_spawned_unit.sqf*qn^;class Admiral { isEnabled = 1; isBehaviorEnabled = 0; groupSpawnDelay = 2; class Events { zone_spawned_unit = "zone_spawned_unit.sqf"; }; sideRelations[] = { {"west", "resistance", "enemy"}, {"resistance", "west", "enemy"} }; class ZoneTemplates { class Camp { infFireteamSize = 1; infWaypointAmount = 4; techWaypointAmount = 3; armourWaypointAmount = 3; waypointBehaviours[] = {"AWARE"}; canSpawnFfvCrew = 0; aimingAccuracy = 0.2; aimingShake = 0.2; aimingSpeed = 0.5; spotDistance = 0.65; spotTime = 1; courage = 1; reloadSpeed = 1; commanding = 1; general = 0.7; }; }; class Camp { defaultUnitTemplate = "CUP_RACS_DE"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_RACS_DE"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_RACS_DE"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class CUP_RACS_DE { infantry[] = {"wb_racs_army_squadleader_m16a1_p2a1_bei", "wb_racs_army_radioman_m16a1_bei", "wb_racs_army_rifleman_m16a1_bei", "wb_racs_army_rifleman_m16a1_bei", "wb_racs_army_machinegunner_mg3_bei", "wb_racs_army_machinegunner_assistant_m16a1_bei", "wb_racs_army_antitank_m16a1_pzf44_bei", "wb_racs_army_antitank_assistant_m16a1_bei", "wb_racs_army_marksman_g3a3_bei", "wb_racs_army_medic_m16a1_bei"}; crewmen[] = {"wb_racs_army_crew_mp5a3_bei"}; pilots[] = {"wb_racs_army_pilot_p1_bei"}; technicals[] = {"wb_racs_u1300l_cargo_bei", "wb_racs_u1300l_container_bei"}; armour[] = {"wb_racs_m113a1dk_apc_bei", "wb_racs_m113a1dk_command_bei", "wb_racs_leopard1a1_bei"}; th[] = {"CUP_I_CH47F_RACS"}; ah[] = {"CUP_I_AH6J_RACS"}; }; }; }; #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 = "bockobo bastion"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 44; }; 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 = 1; 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","
A UAV from the Japan Meteorological Agency received damage from an unknown source when undertaking a coastline erosion survey in the sea of Okhotsk.

Its last telemetry data indicated its crash site to be on the contested Shikotan island. We have been deployed to recover the drones data and if no recovery was possible destroy the drone before it could fall into Russian hands.

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

FRIENDLY FORCES
We are the only JGSDF ground unit on the island. We have limited air cover provided by a flight of F-35.

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 reinforcements when required.

Expect 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.
Destroy the UAV and extract with its downloaded data located under its starboard wing.

FORTIFICATION PLAN
Ammunition can be found here.

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

The towing tug on the main deck can be used to rearm, refuel and move aircraft as required. Osprey must be unpacked via addaction before it can move. "]]; // 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","
Royalist forces have overrun the majority of the island, only a tiny pocket remains in our hands. The island Governor is awaiting extraction and we must hold the line until then.

ENEMY FORCES
Royalist Sahrani troops.

FRIENDLY FORCES
A Naval 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.

The Military Governor must extract, if he is killed his papers must be recovered and extracted they must not fall into enemy hands. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Remain within the indicated AO perimeter until extraction.

FORTIFICATION PLAN
An ammunition dump has been established here.

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

LCVP Crew must climb the ladders directly in front of them to access their landing craft, an addaction for the coxswain will lower the craft into the water.

Given the topography landing at the dock is recommended. "]]; // 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 SLA { gear = "SLA_G"; uniform = "SLA_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "SLA_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "SLA_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 SLA_G { class Rifleman { primaryWeapon = "gm_mpikm72_blk"; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"ACE_HandFlare_White", 2}, {"gm_handgrenade_frag_rgd5", 2}, {"gm_smokeshell_wht_gc", 1} }; vestMagazines[] = { {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 6}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 2}, {"gm_30Rnd_762x39mm_AP_7N23_akm_blk", 2} }; backpackMagazines[] = { {"gm_handgrenade_frag_rgd5", 2}, {"gm_smokeshell_wht_gc", 1}, {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 4}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 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 { primaryWeapon = "gm_mpikms72_blk"; handgunWeapon = "gm_pm_blk"; vestMagazines[] = { {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 3}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 2}, {"gm_30Rnd_762x39mm_AP_7N23_akm_blk", 2}, {"gm_8Rnd_9x18mm_B_pst_pm_blk", 3} }; backpackMagazines[] = { {"gm_handgrenade_frag_rgd5", 1}, {"gm_smokeshell_wht_gc", 1}, {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 6}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 2} }; binocular = "Binocular"; }; class Officer : Leader { binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "gm_mpikms72_blk"; primaryWeaponItems[] = {}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"gm_30Rnd_762x39mm_B_57N231_akm_blk", 4}}; backpackMagazines[] = {}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "gm_mpikms72k_blk"; vestMagazines[] = { {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 4}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 2}, {"gm_30Rnd_762x39mm_AP_7N23_akm_blk", 2}, {"gm_smokeshell_wht_gc", 2} }; backpackMagazines[] = { {"gm_smokeshell_wht_gc", 4}, {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 2} }; 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 = "gm_lmgk500_blk"; vestMagazines[] = {{"gm_40Rnd_762x39mm_B_T_57N231P_akm_blk", 2}}; backpackMagazines[] = { {"gm_handgrenade_frag_rgd5", 1}, {"gm_smokeshell_wht_gc", 1}, {"gm_40Rnd_762x39mm_B_T_57N231P_akm_blk", 6}, {"gm_40Rnd_762x39mm_AP_7N23_akm_blk", 4} }; }; class AAR : Rifleman { backpackMagazines[] = { {"gm_handgrenade_frag_rgd5", 1}, {"gm_smokeshell_wht_gc", 1}, {"gm_40Rnd_762x39mm_B_T_57N231P_akm_blk", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "gm_mpikms72k_blk"; secondaryWeapon = "gm_rpg7_wud"; secondaryWeaponItems[] = {"gm_1Rnd_40mm_heat_pg7vl_rpg7"}; vestMagazines[] = { {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 6}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 2}, {"gm_30Rnd_762x39mm_AP_7N23_akm_blk", 2} }; backpackMagazines[] = { {"gm_handgrenade_frag_rgd5", 1}, {"gm_smokeshell_wht_gc", 1}, {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 4}, {"gm_1Rnd_40mm_heat_pg7vl_rpg7", 2} }; }; class SN : Leader { handgunWeapon = "gm_pm63_handgun_blk"; vestMagazines[] = { {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 3}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 2}, {"gm_30Rnd_762x39mm_AP_7N23_akm_blk", 2}, {"gm_25Rnd_9x18mm_B_pst_pm63_blk", 3} }; backpackMagazines[] = { }; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"CUP_item_Cobalt_File", 1}, {"CUP_item_Kostey_notebook", 1}, {"CUP_item_Kostey_photos", 1}, {"CUP_item_Kostey_map_case", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class VC : Crew { }; class VG : Crew { }; class P : Crew { primaryWeapon = "gm_pm63_blk"; vestMagazines[] = { {"gm_25Rnd_9x18mm_B_pst_pm63_blk", 8} }; }; class PCM : P { }; class Vehicle { weapons[] = {}; magazines[] = { {"gm_30Rnd_762x39mm_B_57N231_akm_blk", 100}, {"gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 50}, {"gm_30Rnd_762x39mm_AP_7N23_akm_blk", 25}, {"gm_40Rnd_762x39mm_B_T_57N231P_akm_blk", 100}, {"gm_40Rnd_762x39mm_AP_7N23_akm_blk", 50}, {"ACE_HandFlare_White", 25}, {"gm_1Rnd_40mm_heat_pg7vl_rpg7", 50}, {"gm_25Rnd_9x18mm_B_pst_pm63_blk", 25}, {"gm_8Rnd_9x18mm_B_pst_pm_blk", 15}, {"gm_handgrenade_frag_rgd5", 25}, {"gm_smokeshell_wht_gc", 25} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; };class SLA_U { class Rifleman { headGear = "wb_sla_headgear_wz67_oli"; goggles = ""; uniform = "wb_drs_police_uniform_soldier_sf"; vest = "gm_pl_army_vest_80_rifleman_gry_ARM"; backpack = "ark_backpack_med"; insignia = ""; }; class Leader : Rifleman { headGear = "CUP_H_SLA_SLCap"; vest = "gm_pl_army_vest_80_leader_gry_ARM"; }; class Officer : Leader { headGear = "wb_drs_headgear_beret_blu"; goggles = "G_Aviator"; }; class Crew : Rifleman { headGear = "lxWS_H_ssh40_blue"; uniform = "wb_drs_police_uniform_soldier_rolled_blu"; vest = "gm_pl_army_vest_armor_01_akm_80_blu_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { headGear = "wb_sla_headgear_wz67_medic_oli"; backpack = "ark_backpack_large"; }; class FTL : Leader { headGear = "wb_sla_headgear_wz67_officer_oli"; uniform = "wb_drs_police_uniform_soldier_rolled_sf"; }; class AR : Rifleman { vest = "gm_pl_army_vest_80_mg_gry_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { vest = "gm_pl_army_vest_80_at_gry_ARM"; }; class SN : Rifleman { headGear = "wb_sla_headgear_beret_blk"; uniform = "gm_xx_army_uniform_fighter_03_blk"; vest = "gm_pl_army_vest_80_crew_gry_ARM"; backpack = "ark_backpack_small"; }; class VC : Crew { }; class VG : Crew { }; class P : Crew { headGear = "gm_gc_headgear_zsh3_blu"; vest = "gm_pl_army_vest_80_crew_gry_ARM"; }; class PCM : P { }; };//if (isServer) then { //{_x forceFlagTexture "\ca\ca_e\data\flag_tka_co.paa"} forEach [tank_1, tank_2]; //};ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [1, 4, 0, 4, 0, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL"]) exitWith {[_unit, [0, 4, 0, 4, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Rifleman", "AR", "AAR"]) exitWith {[_unit, [0, 4, 0, 4, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic"]) exitWith {[_unit, [0, 4, 4, 4, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["SN"]) exitWith {[_unit, [1, 4, 4, 4, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT"]) exitWith {[_unit, [0, 4, 0, 4, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; //1 2 3 4 5 6 7 8 _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 = [ ["gm_1Rnd_40mm_heat_pg7vl_rpg7", 100] ]; 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_762x39mm_B_57N231_akm_blk", 50], ["gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 25], ["gm_40Rnd_762x39mm_B_T_57N231P_akm_blk", 50], ["gm_30Rnd_762x39mm_AP_7N23_akm_blk", 25], ["gm_40Rnd_762x39mm_AP_7N23_akm_blk", 25], ["gm_25Rnd_9x18mm_B_pst_pm63_blk", 15], ["gm_8Rnd_9x18mm_B_pst_pm_blk", 15], ["gm_handgrenade_frag_rgd5", 15], ["gm_smokeshell_wht_gc", 15], ["ACE_HandFlare_White", 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_762x39mm_B_57N231_akm_blk", 100], ["gm_30Rnd_762x39mm_B_T_57N231P_akm_blk", 50], ["gm_40Rnd_762x39mm_B_T_57N231P_akm_blk", 100], ["gm_30Rnd_762x39mm_AP_7N23_akm_blk", 25], ["gm_40Rnd_762x39mm_AP_7N23_akm_blk", 25], ["gm_25Rnd_9x18mm_B_pst_pm63_blk", 25], ["gm_8Rnd_9x18mm_B_pst_pm_blk", 25], ["gm_handgrenade_frag_rgd5", 25], ["gm_smokeshell_wht_gc", 25], ["ACE_HandFlare_White", 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_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; };raPxa version6EditorDatasourceNameark_co43_bockobo_bastionaddons'A3_Ui_FA3_Structures_F_Enoch_WrecksA3_Structures_F_Enoch_RuinsA3_Structures_F_Enoch_Cultural_Chapel_02A3_Structures_F_Enoch_Civilian_CampsA3_Props_F_Exp_Naval_BoatsA3_Structures_F_WrecksA3_Props_F_Decade_ObjectivesA3_Soft_F_Enoch_Tractor_01CUP_WaterVehicles_LCVPwb_sla_vehicles_air_l410twb_sla_vehicles_land_wheeled_uaz469CUP_WaterVehicles_Type072gm_weapons_ammoboxesA3_Modules_F_Curator_Curatorark_ace_rearmark_clear_cargoAdmiralark_rotorark_chase_aiCUP_AirVehicles_AH6CUP_Creatures_Military_RACSgm_weapons_pistols_p1A3_Weapons_Fgm_weapons_items_ge_itemsacre_maingm_characters_ge_characterswb_racs_charactersgm_weapons_rifles_m16gm_weapons_throwgm_characters_dk_charactersark_vestsgm_weapons_mortars_m120_gm_ge_army_m120A3_Modules_FA3_Characters_F_CommonA3_Characters_Face_nouniformrestrictionsace_parachuteCUP_Creatures_Military_PMCAddonsMetaDatadlcsEnochExpansionArgogmCUP_VehiclesCUP_UnitsrandomSeedScenarioDataCustomAttributesMission|xa moveGridStep?angleGridStep?scaleGridStep?autoGroupingDist AtogglesItemIDProvider=MarkerIDProviderPLayerIndexProvidercCameravnextIDE PnextID$cnextIDvpos[F8BEFdir_z>;sJS?up3>e\?!>asideku?List&items%Item0Item1Item2Item3P Item4 Item5| Item6 Item7P Item8 Item9+ Item10 Item11 Item12L Item13 Item14WItem15Item161Item17Item18Item19aItem20Item21Item22sItem23Item24Item25Item26{Item27Item28:Item29Item30<Item31Item32CItem33Item34KItem35Item367classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_EnochnameArma 3 Contact Platform - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_Enoch_CulturalnameArma 3 Contact Platform - Cultural BuildingsauthorBohemia Interactiveurlhttps://www.arma3.comP classNameA3_Structures_F_Enoch_CiviliannameArma 3 Contact Platform - Civilian BuildingsauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.com| classNameA3_Structures_F_WrecksnameArma 3 - Vehicle WrecksauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Props_F_Decade_ObjectivesnameA3_Props_F_Decade_ObjectivesP classNameA3_Soft_F_EnochnameArma 3 Contact Platform - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_WaterVehicles_LCVPnameCUP_WaterVehicles_LCVP+ classNamewb_sla_vehicles_air_l410tnamewb_sla_vehicles_air_l410tauthorWeissbrot classNamewb_sla_vehicles_land_wheeled_uaz469namewb_sla_vehicles_land_wheeled_uaz469authorWeissbrot classNameCUP_WaterVehicles_Type072nameCUP_WaterVehicles_Type072L classNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.com classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comWclassNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.orgclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org1classNameAdmiralnameARK Inhouse - AdmiralauthorKamiurlhttps://github.com/kami-classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgaclassNameCUP_AirVehicles_AH6nameCUP_AirVehicles_AH6classNameCUP_Creatures_Military_RACSnameCUP_Creatures_Military_RACSclassNamegm_weapons_pistols_p1namegm_weapons_pistols_p1authorGlobal Mobilizationurlglobal-mobilization.comsclassNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegm_weapons_items_ge_itemsnamegm_weapons_items_ge_itemsauthorGlobal Mobilizationurlglobal-mobilization.comclassNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre2classNamegm_characters_ge_charactersnamegm_characters_ge_charactersauthorGlobal Mobilizationurlglobal-mobilization.com{classNamewb_racs_charactersnamewb_racs_charactersclassNamegm_weapons_rifles_m16namegm_weapons_rifles_m16authorGlobal Mobilizationurlglobal-mobilization.com:classNamegm_weapons_thrownamegm_weapons_throwauthorGlobal Mobilizationurlglobal-mobilization.comclassNamegm_characters_dk_charactersnamegm_characters_dk_charactersauthorGlobal Mobilizationurlglobal-mobilization.com<classNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.orgclassNamegm_weapons_mortars_m120_gm_ge_army_m120namegm_weapons_mortars_m120_gm_ge_army_m120authorGlobal Mobilizationurlglobal-mobilization.comCclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comKclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttps://ace3.acemod.org/7classNameCUP_Creatures_Military_PMCnameCUP_Creatures_Military_PMCauthordancemooxHeadergameTypeCoopminPlayersmaxPlayers'Category0|nameMultiplayerAttribute0CAttribute1 nAttributes|propertyRespawnTemplatesexpressiontrueValue data singleTypeARRAYvalue itemsItem0 data singleTypeSTRINGvalueNone propertyRespawnButtonexpressiontrueValueF|dataV|singleTypeSCALARvalue?|IntelEntities~Connections6WVehicleInVehicleLinks`xabriefingNameark_co43_bockobo_bastionoverviewTextSahrani Diplomatic Protection Service protect the islands Governor | JIP ExtractresistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<~-items,Item0Item1z'Item2@(Item3(Item4;Item50Item6$Item7QItem8oItem9Item10Item11sItem12Item13Item14lItem15ԷItem16Item17JItem18zItem19rItem20:Item212Item22Item23Item24Item25Item26DItem27Item28Item29Item30GItem31Item32Item33 Item34kItem35Item365+Item373Item38;Item39TDItem40LItem41TItem42UItem43V6WdataTypeLayernameTime TriggersstateEntitiesidatlOffset-Cz' itemsItem0_Item15 Item2#!Item3"Item4"Item5&$Item6;%Item7(&z'dataTypeTriggerposition6ERB: FAttributesidtypeEmptyDetectoratlOffset6!C5 nametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeB5 dataTypeTriggerpositionE\B' FAttributes idtypeEmptyDetectoratlOffset;%C#!nametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDD#!dataTypeTriggerpositionE(B FAttributes!idtypeEmptyDetectoratlOffset*C"nametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaD"dataTypeTriggerpositionEOBK FAttributes"idtypeEmptyDetectoratlOffset~,C"nametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDD"dataTypeTriggerpositionEBBT FAttributesp#idtypeEmptyDetectoratlOffset.C&$nametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDD&$dataTypeTriggerposition"EBdj FAttributes$idtypeEmptyDetectoratlOffsetkg0C;%nametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDD;%dataTypeTriggerpositionE4B FAttributes%idtypeEmptyDetectoratlOffset#C(&nametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCC(&dataTypeTriggerpositionE۝C FAttributes&idMtypeEmptyDetectoratlOffseth2Cz'nametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationif (isServer) then { [arty_1, "mkr_tgt", 5, 30, 50] call ark_common_fnc_arty; };sizeAsizeBtimeoutEEEz' dataTypeMarkerposition1F{BF$Fnamemkr_aomarkerTypeELLIPSEtypeellipsecolorNameColorEASTfillNameBordera\Cb\CdrawBorderidatlOffset9@(dataTypeMarkerpositionZ2FPBZ %Fnamemkr_tgttypeEmptyidlatlOffset7(dataTypeLayernamePlayer Bits & Set DressingEntities)id atlOffsetɔB;&items%Item0*Item1}+Item2-Item3.Item4>0Item51Item63Item75Item86Item998Item109Item11r;Item12=Item13>Item146?Item15@Item16ZBItem17DItem18EItem19PGItem20HItem21}JItem22 LItem23MItem24/OItem25PItem26mRItem27TItem28&YItem29YItem30ZItem31nItem32|Item33>Item34|Item35OItem36E;dataTypeObjectPositionInfo?+sideEmptyflagsAttributesw+idtypeLand_V3S_wreck_F}+position2FBN%Fanglesi/@@w+}+dataTypeObjectPositionInfo,sideEmptyflagsAttributesM,idTtypeLand_HouseWallRuin_Corner_02_FCustomAttributesk,-position2Fe$B$FanglesG@M,disableSimulationk,Attribute0,nAttributes-propertyallowDamageexpression_this allowdamage _value;Value,-data,-singleTypeBOOLvalue- dataTypeObjectPositionInfo-sideEmptyflagsAttributes-idStypeLand_HouseWallRuin_Corner_01_FatlOffset7CustomAttributes-.position2FK*BB$F-disableSimulation-Attribute0$.nAttributes.propertyallowDamageexpression_this allowdamage _value;Values..data..singleTypeBOOLvalue.dataTypeObjectPositionInfo=/sideEmptyflagsAttributesu/id`typeLand_HouseWallRuin_Door_01_FCustomAttributes/>0position2F;B$FanglesY?u/disableSimulation/Attribute0/nAttributes>0propertyallowDamageexpression_this allowdamage _value;Value 0>0data0>0singleTypeBOOLvalue>0 dataTypeObjectPositionInfo0sideEmptyflagsAttributes1idftypeLand_HouseRuin_Small_02_FatlOffsetb>CustomAttributes711position#2FvBaU%Fangles\t<1disableSimulation71Attribute0_1nAttributes1propertyallowDamageexpression_this allowdamage _value;Value11data11singleTypeBOOLvalue1 dataTypeObjectPositionInfo2sideEmptyflagsAttributes2idtypeLand_HouseRuin_Small_02_FatlOffset;CustomAttributes23positionW2FB$Fangles;2disableSimulation2Attribute03nAttributes3propertyallowDamageexpression_this allowdamage _value;ValueR33datab33singleTypeBOOLvalue3dataTypeObjectPositionInfo4sideEmptyflagsAttributesS4idtypeLand_TrailerCistern_wreck_FCustomAttributesq45position[1FlbBA'$FanglesU_@@Y=S4disableSimulationq4Attribute04nAttributes5propertyallowDamageexpression_this allowdamage _value;Value45data45singleTypeBOOLvalue5dataTypeObjectPositionInfo5sideEmptyflagsAttributes5iddtypeLand_HouseChimney_Ruin_01_FCustomAttributes66position32F*B$FanglesF@5disableSimulation6Attribute0/6nAttributes6propertyallowDamageexpression_this allowdamage _value;Value~66data66singleTypeBOOLvalue6 dataTypeObjectPositionInfoP7sideEmptyflagsAttributes7idtypeLand_ChurchRuin_01_FatlOffset7CustomAttributes798position1F7B$Fangles?77Attribute07nAttributes98propertyallowDamageexpression_this allowdamage _value;Value898data898singleTypeBOOLvalue98 dataTypeObjectPositionInfo8sideEmptyflagsAttributes9idtypeLand_Chapel_02_white_ruins_FatlOffset CustomAttributes599positionA0FCB_$Fangles8@9disableSimulation59Attribute0]9nAttributes9propertyallowDamageexpression_this allowdamage _value;Value99data99singleTypeBOOLvalue9dataTypeObjectPositionInfoq:sideEmptyflagsAttributes:idXtypeLand_HouseRuin_Big_01_FCustomAttributes:r;position 2FB$FangleshI?:disableSimulation:Attribute0:nAttributesr;propertyallowDamageexpression_this allowdamage _value;Value>;r;dataN;r;singleTypeBOOLvaluer;dataTypeObjectPositionInfo<sideEmptyflagsAttributes;<idctypeLand_HouseRuin_Big_01_FCustomAttributesY<=positiony1FNB#FanglesѤ@;<disableSimulationY<Attribute0<nAttributes=propertyallowDamageexpression_this allowdamage _value;Value<=data<=singleTypeBOOLvalue=dataTypeObjectPositionInfo=sideEmptyflagsAttributes=id^typeLand_HouseRuin_Big_02_FCustomAttributes=>position%2FhBV%Fangles*̮;=disableSimulation=Attribute0>nAttributes>propertyallowDamageexpression_this allowdamage _value;Valueb>>datar>>singleTypeBOOLvalue>dataTypeObjectPositionInfo?sideEmptyflagsAttributes0?idtypeLand_Caravan_01_rust_F6?position2F'BM%F0?6?dataTypeObjectPositionInfo?sideEmptyflagsAttributes?idtypeLand_Mi8_wreck_FCustomAttributes@@position8F8@$Fangles.Ġ@?disableSimulation@Attribute0>@nAttributes@propertyallowDamageexpression_this allowdamage _value;Value@@data@@singleTypeBOOLvalue@dataTypeObjectPositionInfoYAsideEmptyflagsAttributesAidtypeLand_HouseWallRuin_Corner_02_FCustomAttributesAZBpositions3FB'FanglesnE@AdisableSimulationAAttribute0AnAttributesZBpropertyallowDamageexpression_this allowdamage _value;Value&BZBdata6BZBsingleTypeBOOLvalueZB dataTypeObjectPositionInfoCsideEmptyflagsAttributes:CidtypeLand_HouseWallRuin_Corner_01_FatlOffset7CustomAttributesXCDposition͙3FB&Fangles/@:CdisableSimulationXCAttribute0CnAttributesDpropertyallowDamageexpression_this allowdamage _value;ValueCDdataCDsingleTypeBOOLvalueD dataTypeObjectPositionInfoDsideEmptyflagsAttributesDidtypeLand_HouseWallRuin_Door_01_FatlOffset7CustomAttributesDEpositionځ3FnNB)&FanglesJ?DdisableSimulationDAttribute0'EnAttributesEpropertyallowDamageexpression_this allowdamage _value;ValuevEEdataEEsingleTypeBOOLvalueE dataTypeObjectPositionInfoOFsideEmptyflagsAttributesFidtypeLand_HouseChimney_Ruin_01_FatlOffset7CustomAttributesFPGposition3FBH&Fanglesf@FdisableSimulationFAttribute0FnAttributesPGpropertyallowDamageexpression_this allowdamage _value;ValueGPGdata,GPGsingleTypeBOOLvaluePGdataTypeObjectPositionInfoGsideEmptyflagsAttributesHidtypeLand_HouseRuin_Small_02_FCustomAttributes9HHpositionX9Fb@ g$Fangles@HdisableSimulation9HAttribute0aHnAttributesHpropertyallowDamageexpression_this allowdamage _value;ValueHHdataHHsingleTypeBOOLvalueHdataTypeObjectPositionInfo|IsideEmptyflagsAttributesIidtypeLand_HouseRuin_Small_01_half_FCustomAttributesI}Jpositionƍ9FDg?$Fanglesc?IdisableSimulationIAttribute0InAttributes}JpropertyallowDamageexpression_this allowdamage _value;ValueIJ}JdataYJ}JsingleTypeBOOLvalue}JdataTypeObjectPositionInfo KsideEmptyflagsAttributesCKidtypeLand_Boat_05_wreck_FCustomAttributesaK Lpositionԡ9F?=w%Fangles1=@CKdisableSimulationaKAttribute0KnAttributes LpropertyallowDamageexpression_this allowdamage _value;ValueK LdataK LsingleTypeBOOLvalue LdataTypeObjectPositionInfoLsideEmptyflagsAttributesLidtypeLand_UWreck_FishingBoat_FCustomAttributesLMpositionk:F P>n$Fanglesin>z@LdisableSimulationLAttribute0MnAttributesMpropertyallowDamageexpression_this allowdamage _value;ValuelMMdata|MMsingleTypeBOOLvalueMdataTypeObjectPositionInfo.NsideEmptyflagsAttributesfNidtypeLand_Boat_04_wreck_FCustomAttributesN/Opositionx9Fb@%FanglesV!=X@fNdisableSimulationNAttribute0NnAttributes/OpropertyallowDamageexpression_this allowdamage _value;ValueN/Odata O/OsingleTypeBOOLvalue/OdataTypeObjectPositionInfoOsideEmptyflagsAttributesOidtypeLand_HouseRuin_Big_01_half_FCustomAttributesPPposition9Fa@f$Fangles@OdisableSimulationPAttribute0CPnAttributesPpropertyallowDamageexpression_this allowdamage _value;ValuePPdataPPsingleTypeBOOLvalueP dataTypeObjectPositionInfolQsideEmptyflagsAttributesQidtypeLand_HouseRuin_Big_03_half_FatlOffsetx7CustomAttributesQmRposition9F尰@$Fangles?QdisableSimulationQAttribute0QnAttributesmRpropertyallowDamageexpression_this allowdamage _value;Value9RmRdataIRmRsingleTypeBOOLvaluemRdataTypeObjectPositionInfoRsideEmptyflagsAttributesSid}typePortableFlagPole_01_FCustomAttributes"STposition2FgcgsingleTypeSTRINGvalue-1cgpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value hNhdatahNhsingleTypeSTRINGvaluegm_insignia_noneNhpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuehQjdatahQjsingleTypeSTRINGvalue[[[["gm_wz78_blk"],[1]],[["gm_handgrenade_frag_rgd5","gm_smokeshell_wht_gc","gm_smokeshell_grn_gc","gm_smokeshell_red_gc","gm_1Rnd_265mm_flare_multi_red_gc","gm_1Rnd_265mm_flare_single_wht_gc","gm_1Rnd_265mm_flare_single_red_gc","gm_1Rnd_265mm_flare_single_grn_gc"],[4,1,1,1,1,1,1,1]],[["gm_df7x40_blk","gm_gc_firstaidkit_vehicle","gm_repairkit_01"],[1,4,2]],[[],[]]],false]Qjpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuej?kdata k?ksingleTypeSTRINGvaluegm_insignia_none?kpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuek(ldatak(lsingleTypeSTRINGvaluegm_insignia_none(lpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuelmdatalmsingleTypeSTRINGvaluegm_insignia_nonempropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuemndatamnsingleTypeSTRINGvaluegm_aircraftregistration_nonen dataTypeObjectPositionInfonsideEmptyflagsAttributesnidtypewb_sla_airforce_mi2t_oliatlOffset5CustomAttributesn|positiongF^AEFangles @nn Attribute0oAttribute1pAttribute2FwAttribute30xAttribute4yAttribute5yAttribute6zAttribute7{Attribute8}Attribute9~Attribute10Attribute11nAttributes |propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuejppdatazppsingleTypeSTRINGvaluegm_insignia_noneppropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueUqFwdataeqFwsingleTypeARRAYvalueqFwitemsItem0qItem1rFwdataqrsingleTypeARRAYvalueqritemsItem0 rItem1JrrdatarJrsingleTypeSTRINGvaluewb_sla_oliJrdataZrrsingleTypeSCALARvalue?rdatarFwsingleTypeARRAYvaluerFwitemsItem0|sItem1sItem2sItem3=tItem4stItem5tItem6tItem7+uItem8auItem9uItem10uItem11vItem12KvItem13vItem14vItem15wFwdatasssingleTypeSTRINGvaluecablecutter_unhidesdatasssingleTypeSCALARvalue?sdatat=tsingleTypeSTRINGvaluecamera_front_unhide=tdataMtstsingleTypeSCALARvaluestdatattsingleTypeSTRINGvaluecamera_rear_unhidetdatattsingleTypeSCALARvaluetdatat+usingleTypeSTRINGvaluefan_unhide+udata;uausingleTypeSCALARvalue?audataquusingleTypeSTRINGvalueplugs_unhideudatauusingleTypeSCALARvalueudatauvsingleTypeSTRINGvalueskids_unhidevdata%vKvsingleTypeSCALARvalueKvdata[vvsingleTypeSTRINGvaluefueltank_left_unhidevdatavvsingleTypeSCALARvaluevdatavwsingleTypeSTRINGvaluefueltank_right_unhidewdata wFwsingleTypeSCALARvalueFwpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuew0xdataw0xsingleTypeSTRINGvaluewb_insignia_sla_020xpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuexydataxysingleTypeSTRINGvalue-1ypropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueyydatayysingleTypeSTRINGvaluegm_insignia_noneypropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuezzdatazzsingleTypeSTRINGvalue-1zpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value{{data{{singleTypeSTRINGvaluegm_insignia_none{propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value|}data/|}singleTypeSTRINGvalue[[[["gm_wz78_blk"],[1]],[["gm_handgrenade_frag_rgd5","gm_smokeshell_wht_gc","gm_smokeshell_grn_gc","gm_smokeshell_red_gc","gm_1Rnd_265mm_flare_multi_red_gc","gm_1Rnd_265mm_flare_single_wht_gc","gm_1Rnd_265mm_flare_single_red_gc","gm_1Rnd_265mm_flare_single_grn_gc"],[4,1,1,1,1,1,1,1]],[["gm_df7x40_blk","gm_gc_firstaidkit_vehicle","gm_repairkit_01"],[1,4,2]],[[],[]]],false]}propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Values~~data~~singleTypeSTRINGvaluegm_insignia_none~propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\datalsingleTypeSTRINGvaluegm_insignia_nonepropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBdataRsingleTypeSTRINGvaluegm_insignia_nonepropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value-|data=|singleTypeSTRINGvaluegm_aircraftregistration_none|dataTypeObjectPositionInfosideEmptyAttributesMidtypewb_sla_airforce_mi2urpg_oliatlOffset@@CustomAttributesS>positionKFTYAFFanglesF @MS Attribute0-Attribute1 Attribute2Attribute3Attribute4ԋAttribute5Attribute6Attribute7Attribute8Attribute9xAttribute10aAttribute11GnAttributes >propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value؃ data singleTypeSTRINGvalue-1 propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatańsingleTypeARRAYvalueitemsItem0Item1data!singleTypeARRAYvalueEitemsItem0mItem1data}singleTypeSTRINGvaluewb_sla_olidatasingleTypeSCALARvalue?datasingleTypeARRAYvalueitemsItem0ĆItem1 Item2?Item3Item4Item5Item66Item7sItem8Item9Item10Item11]Item12Item13҉dataԆ singleTypeSTRINGvaluecablecutter_unhide data?singleTypeSCALARvalue??dataOsingleTypeSTRINGvaluecamera_front_unhidedatasingleTypeSCALARvalue?dataˇsingleTypeSTRINGvaluecamera_rear_unhidedata6singleTypeSCALARvalue6dataFssingleTypeSTRINGvaluefan_unhidesdatasingleTypeSCALARvalue?datasingleTypeSTRINGvalueplugs_unhidedatasingleTypeSCALARvaluedata.]singleTypeSTRINGvalueskids_unhide]datamsingleTypeSCALARvaluedata҉singleTypeSTRINGvaluewinch_unhide҉datasingleTypeSCALARvaluepropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuedatasingleTypeSTRINGvaluewb_insignia_sla_02propertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueԋdataԋsingleTypeSTRINGvalue-1ԋpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuezdatasingleTypeSTRINGvaluegm_insignia_nonepropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuegdatawsingleTypeSTRINGvalue-1propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueDdataTsingleTypeSTRINGvaluegm_insignia_nonepropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["gm_wz78_blk"],[1]],[["gm_handgrenade_frag_rgd5","gm_smokeshell_wht_gc","gm_smokeshell_grn_gc","gm_smokeshell_red_gc","gm_1Rnd_265mm_flare_multi_red_gc","gm_1Rnd_265mm_flare_single_wht_gc","gm_1Rnd_265mm_flare_single_red_gc","gm_1Rnd_265mm_flare_single_grn_gc"],[4,1,1,1,1,1,1,1]],[["gm_df7x40_blk","gm_gc_firstaidkit_vehicle","gm_repairkit_01"],[1,4,2]],[[],[]]],false]propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value5xdataExsingleTypeSTRINGvaluegm_insignia_nonexpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueadata.asingleTypeSTRINGvaluegm_insignia_noneapropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueGdataGsingleTypeSTRINGvaluegm_insignia_noneGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value>data>singleTypeSTRINGvaluegm_aircraftregistration_none> dataTypeObjectPositionInfosideEmptyflagsAttributesidtypewb_sla_army_uaz469_cargo_oliatlOffsetBCustomAttributest|position1FvsB$FanglesыI@init [this, ["faction", "SLA"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;t Attribute0=Attribute1+Attribute2QAttribute3?Attribute4!Attribute5 Attribute6Attribute7ԢAttribute8Attribute9Attribute10nAttributes |propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value+data+singleTypeSTRINGvaluegm_insignia_none+propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueӗQdataQsingleTypeARRAYvalueQitemsItem0/Item1Qdata?singleTypeARRAYvaluecitemsItem0Item1ȘdataȘsingleTypeSTRINGvaluewb_sla_oliȘdataؘsingleTypeSCALARvalue?dataQsingleTypeARRAYvalue2QitemsItem0Item1OItem2Item3ƚItem4Item5AItem6wItem7Item8Item96Item10lItem11Item12Item13,Item14bItem15Item16ܝItem17Qdata"OsingleTypeSTRINGvaluewindshieldOdata_singleTypeSCALARvaluedataƚsingleTypeSTRINGvaluewindows_unhideƚdata֚singleTypeSCALARvalue?data AsingleTypeSTRINGvaluecover_hoops_unhideAdataQwsingleTypeSCALARvalue?wdatasingleTypeSTRINGvaluespare_wheel_unhidedata̛singleTypeSCALARvalue?data6singleTypeSTRINGvalueantenna_01_unhide6dataFlsingleTypeSCALARvalue?ldata|singleTypeSTRINGvalueantenna_02_unhidedatasingleTypeSCALARvalue?data,singleTypeSTRINGvalueFogLights_01_unhide,data<bsingleTypeSCALARvalue?bdatarsingleTypeSTRINGvaluemirrors_01_unhidedataܝsingleTypeSCALARvalue?ܝdatasingleTypeSTRINGvaluedoors_unhidedata+QsingleTypeSCALARvalue?Qpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value?data?singleTypeSTRINGvaluewb_insignia_milicia_01?propertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value!data!singleTypeSTRINGvalue-1!propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueǠ dataנ singleTypeSTRINGvaluegm_insignia_none propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuedataġsingleTypeSTRINGvalue-1propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueԢdataԢsingleTypeSTRINGvaluegm_insignia_noneԢpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuezdatasingleTypeSTRINGvaluegm_insignia_nonepropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuehdataxsingleTypeSTRINGvaluegm_insignia_nonepropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataasingleTypeSTRINGvaluegm_insignia_nonepropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value<|dataL|singleTypeSTRINGvaluegm_nl_civ_yel|dataTypeObjectPositionInfo sideEmptyAttributesBidtypeCUP_Type072_MainatlOffset&ABCustomAttributesHOpositionQ?FA'FFangles @BHAttribute0Attribute1Attribute2jnAttributesOpropertyRailingsStateexpression[([_this, 'CUP_Type072_Rear'] call bis_fnc_destroyer01GetShipPart), (1 - _value), 'railings_source'] spawn cup_fnc_type072animatedoors;ValueOdata_singleTypeSCALARvalue?propertyCustomShipNumber1expression[([_this, 'CUP_Type072_Num'] call bis_fnc_destroyer01GetShipPart), _value, 0] spawn cup_fnc_type072InitHullNumbers;Value4jdataDjsingleTypeSCALARvalue?jpropertyCustomShipNumber2expression[([_this, 'CUP_Type072_Num'] call bis_fnc_destroyer01GetShipPart), _value, 1] spawn cup_fnc_type072InitHullNumbers;ValueOdata)OsingleTypeSCALARvalue@OdataTypeObjectPositionInfosideEmptyflagsAttributesidtypegm_ammobox_aluminium_01_emptyCustomAttributesEposition&2FOB$Fanglesz@init [this, ["faction", "SLA"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesgm_wudAttribute0nAttributesEpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value EdataEsingleTypeSTRINGvalue[[[[],[]],[["gm_smokeshell_grn_dm21","gm_smokeshell_red_dm23","gm_smokeshell_yel_dm26","gm_smokeshell_org_dm32","gm_smokeshell_wht_dm25","gm_handgrenade_frag_dm51","gm_handgrenade_frag_dm51a1","gm_handgrenade_pracfrag_dm58","gm_handgrenade_conc_dm51","gm_handgrenade_conc_dm51a1","gm_handgrenade_pracconc_dm58","gm_mine_at_dm21","gm_mine_ap_dm31","gm_explosive_petn_charge","gm_8Rnd_9x19mm_B_DM11_p1_blk","gm_8Rnd_9x19mm_B_DM51_p1_blk","gm_1Rnd_265mm_flare_para_yel_DM16","gm_1Rnd_265mm_flare_single_wht_DM15","gm_1Rnd_265mm_flare_single_red_DM13","gm_1Rnd_265mm_flare_single_grn_DM11","gm_1Rnd_265mm_flare_single_yel_DM10","gm_1Rnd_265mm_flare_multi_wht_DM25","gm_1Rnd_265mm_flare_multi_red_DM23","gm_1Rnd_265mm_flare_multi_grn_DM21","gm_1Rnd_265mm_flare_multi_yel_DM20","gm_1Rnd_265mm_smoke_single_yel_DM19","gm_1Rnd_265mm_smoke_single_org_DM22","gm_1Rnd_265mm_smoke_single_vlt_DM24","gm_1Rnd_265mm_flare_multi_nbc_DM47","gm_30Rnd_9x19mm_B_DM51_mp5_blk","gm_30Rnd_9x19mm_B_DM11_mp5_blk","gm_30Rnd_9x19mm_AP_DM91_mp5_blk","gm_30Rnd_9x19mm_B_DM51_mp5a3_blk","gm_30Rnd_9x19mm_B_DM11_mp5a3_blk","gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk","gm_20Rnd_762x51mm_B_T_DM21_g3_blk","gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk","gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_B_DM111_g3_blk","gm_20Rnd_762x51mm_B_DM41_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk","gm_1rnd_67mm_heat_dm22a1_g3","gm_120Rnd_762x51mm_B_T_DM21_mg3_grn","gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn","gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn","gm_1Rnd_84x245mm_heat_t_DM12_carlgustaf","gm_1Rnd_84x245mm_heat_t_DM12a1_carlgustaf","gm_1Rnd_84x245mm_heat_t_DM22_carlgustaf","gm_1Rnd_84x245mm_heat_t_DM32_carlgustaf","gm_1Rnd_84x245mm_ILLUM_DM16_carlgustaf","gm_1Rnd_44x537mm_heat_dm32_pzf44_2"],[30,30,30,30,30,30,30,30,30,30,30,10,30,10,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,100,100,100,100,100,100,30,30,30,30,10,10,10,10,10,10]],[["gm_ferod16_oli","gm_ge_army_conat2","gm_ge_army_gauzeCompress","gm_ge_army_burnBandage","gm_ge_army_gauzeBandage"],[10,50,50,50,50]],[[],[]]],false]EdataTypeObjectPositionInfoܴsideEmptyflagsAttributesidtypegm_ammobox_aluminium_01_emptyCustomAttributes~;position2FOB$Fangles"^?init [this, ["faction", "SLA"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesgm_wud~Attribute0nAttributes;propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value;data;singleTypeSTRINGvalue[[[[],[]],[["gm_smokeshell_grn_dm21","gm_smokeshell_red_dm23","gm_smokeshell_yel_dm26","gm_smokeshell_org_dm32","gm_smokeshell_wht_dm25","gm_handgrenade_frag_dm51","gm_handgrenade_frag_dm51a1","gm_handgrenade_pracfrag_dm58","gm_handgrenade_conc_dm51","gm_handgrenade_conc_dm51a1","gm_handgrenade_pracconc_dm58","gm_mine_at_dm21","gm_mine_ap_dm31","gm_explosive_petn_charge","gm_8Rnd_9x19mm_B_DM11_p1_blk","gm_8Rnd_9x19mm_B_DM51_p1_blk","gm_1Rnd_265mm_flare_para_yel_DM16","gm_1Rnd_265mm_flare_single_wht_DM15","gm_1Rnd_265mm_flare_single_red_DM13","gm_1Rnd_265mm_flare_single_grn_DM11","gm_1Rnd_265mm_flare_single_yel_DM10","gm_1Rnd_265mm_flare_multi_wht_DM25","gm_1Rnd_265mm_flare_multi_red_DM23","gm_1Rnd_265mm_flare_multi_grn_DM21","gm_1Rnd_265mm_flare_multi_yel_DM20","gm_1Rnd_265mm_smoke_single_yel_DM19","gm_1Rnd_265mm_smoke_single_org_DM22","gm_1Rnd_265mm_smoke_single_vlt_DM24","gm_1Rnd_265mm_flare_multi_nbc_DM47","gm_30Rnd_9x19mm_B_DM51_mp5_blk","gm_30Rnd_9x19mm_B_DM11_mp5_blk","gm_30Rnd_9x19mm_AP_DM91_mp5_blk","gm_30Rnd_9x19mm_B_DM51_mp5a3_blk","gm_30Rnd_9x19mm_B_DM11_mp5a3_blk","gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk","gm_20Rnd_762x51mm_B_T_DM21_g3_blk","gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk","gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_B_DM111_g3_blk","gm_20Rnd_762x51mm_B_DM41_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk","gm_1rnd_67mm_heat_dm22a1_g3","gm_120Rnd_762x51mm_B_T_DM21_mg3_grn","gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn","gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn","gm_1Rnd_84x245mm_heat_t_DM12_carlgustaf","gm_1Rnd_84x245mm_heat_t_DM12a1_carlgustaf","gm_1Rnd_84x245mm_heat_t_DM22_carlgustaf","gm_1Rnd_84x245mm_heat_t_DM32_carlgustaf","gm_1Rnd_84x245mm_ILLUM_DM16_carlgustaf","gm_1Rnd_44x537mm_heat_dm32_pzf44_2"],[30,30,30,30,30,30,30,30,30,30,30,10,30,10,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,100,100,100,100,100,100,30,30,30,30,10,10,10,10,10,10]],[["gm_ferod16_oli","gm_ge_army_conat2","gm_ge_army_gauzeCompress","gm_ge_army_burnBandage","gm_ge_army_gauzeBandage"],[10,50,50,50,50]],[[],[]]],false];dataTypeLayernameModulesstateEntitiesid atlOffsetӱ0itemsItem0ǾItem16Item20dataTypeLogicPositionInfo&id typeModuleCurator_FCustomAttributes^6positionE#HCEangles@>^Attribute0Attribute1]Attribute2Attribute3nAttributes6propertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Value]data.]singleTypeSTRINGvalue#adminLogged]propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];ValuedatasingleTypeSCALARvaluepropertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];ValuecdatassingleTypeSTRINGvaluepropertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Value6data6singleTypeSCALARvalue@@6dataTypeLogicPositionInfo}id'typeARK_ACE_RearmpositionE XCFanglesm>H>dataTypeLogicPositionInfoidtypeARK_Clear_VehicleatlOffsetB0positionE΂CE0dataTypeLayernameSafety Off (36 Inf)stateEntitiesid{ atlOffsetɚ$itemsItem0Item1CItem2Item3Item4Item5Item6TItem7 Item8Item9Item10Item11eItem12Item13Item14 Item15 Item16vItem17,Item18Item19!$dataTypeGroupsideCivilianEntitiesAttributes=idatlOffset4GBCitemsItem0Item1-Item2= dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetCustomAttributes-positionW"FB\!Fangles8@Attribute0)Attribute1nAttributes-propertyspeakerexpression_this setspeaker _value;ValuesdatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value-data-singleTypeSCALARvalue\?-dataTypeWaypointloiterAltitudepositionZ*FPB$FplacementBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffects7showWPNEVERidFtypeMove==CdataTypeGroupsideCivilianEntitiesAttributesidatlOffset4GBitemsItem0Item1Item2s dataTypeObjectPositionInfoisideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetCustomAttributesposition+"FB?!Fangles8@Attribute0Attribute1gnAttributespropertyspeakerexpression_this setspeaker _value;Value)gdata9gsingleTypeSTRINGvalueMale01GREVRgpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionUJ+FLBaFplacementBEffectsmshowWPNEVERidtypeMovessdataTypeWaypointloiterAltitudeposition2FOB$FEffectsshowWPNEVERidGtypeMovedataTypeTriggerposition9"F kBX!Fangle8@AttributesmidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo&idtypeAdmiral_OndemandCampZoneCustomAttributes^positionm"F^B=!Fangles<X<@ܰ<^Attribute0ZAttribute1Attribute2Attribute3Attribute4AAttribute5Attribute6Attribute7Attribute8CAttribute9Attribute10Attribute11Attribute12]Attribute13&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];ValueTdatadsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value AdataAsingleTypeSCALARvalueBApropertyAdmiral_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];ValueNdata^singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value CdataCsingleTypeSTRINGvalueinf_3CpropertyAdmiral_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];ValuefdatavsingleTypeSCALARvalue@ApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value']data7]singleTypeSCALARvalue]propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value&data&singleTypeSCALARvalue&propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesFAttributesidatlOffset4GBitemsItem0yItem1Item2 dataTypeObjectPositionInfosideCivilianflagsAttributesFidtypeC_Bob_VRatlOffsetCustomAttributesLpositionB"FBHJ!Fangles8@FLAttribute0Attribute1 nAttributespropertyspeakerexpression_this setspeaker _value;Value data singleTypeSTRINGvalueMale01GREVR propertypitchexpression_this setpitch _value;ValueRdatabsingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition*F/BL"FplacementBEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffectsshowWPNEVERidHtypeMovedataTypeGroupsideCivilianEntitiesAttributesNid"atlOffset4GBTitemsItem0/Item1>Item2N dataTypeObjectPositionInfosideCivilianflagsAttributesid#typeC_Bob_VRatlOffsetCustomAttributes>positionP,F3ƨATFangles.@Attribute0:Attribute1nAttributes>propertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value>data>singleTypeSCALARvalue\?>dataTypeWaypointloiterAltitudepositione.FB@ FplacementHBEffectsshowWPNEVERid$typeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffectsHshowWPNEVERidLtypeMoveNNTdataTypeGroupsideCivilianEntitiesAttributesid%atlOffset4GB itemsItem0Item1Item2 dataTypeObjectPositionInfozsideCivilianflagsAttributesid&typeC_Bob_VRatlOffsetCustomAttributesposition,FѽAnFangles.@Attribute0Attribute1xnAttributespropertyspeakerexpression_this setspeaker _value;Value:xdataJxsingleTypeSTRINGvalueMale01GREVRxpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionE2FJ BR FplacementHBEffects~showWPNEVERid'typeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffectsshowWPNEVERidMtypeMove dataTypeTriggerposition,FجAaVFangle)@Attributes~id(typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfo7id)typeAdmiral_OndemandCampZoneCustomAttributesoposition3,FQANuFanglesU@!@I*T=oAttribute0kAttribute1-Attribute2Attribute3Attribute4RAttribute5Attribute6Attribute7Attribute8TAttribute9!Attribute10Attribute11Attribute12nAttribute137nAttributespropertyAdmiral_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];ValueedatausingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueRdata,RsingleTypeSCALARvalueBRpropertyAdmiral_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];Value_dataosingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueTdata,TsingleTypeSTRINGvalueinf_6TpropertyAdmiral_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];ValuewdatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value8ndataHnsingleTypeSCALARvaluenpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value7data7singleTypeSCALARvalue7propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesWAttributesid*atlOffset4GBitemsItem0Item1Item2) dataTypeObjectPositionInfosideCivilianflagsAttributesWid+typeC_Bob_VRatlOffsetCustomAttributes]position,F7AeFangles.@W]Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuecdatassingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudeposition{0FB.3 FplacementHBEffects#showWPNEVERid,typeMove))dataTypeWaypointloiterAltitudeposition2FOB$FEffectsshowWPNEVERidNtypeMovedataTypeGroupsideCivilianEntities Attributes_id-atlOffset4GBeitemsItem0@Item1OItem2_ dataTypeObjectPositionInfosideCivilianflagsAttributes id.typeC_Bob_VRatlOffsetCustomAttributesOposition)F[BS!FanglesC@ Attribute0KAttribute1nAttributesOpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValueOdata)OsingleTypeSCALARvalue\?OdataTypeWaypointloiterAltitudepositionLO,FBu#FplacementHBEffectsshowWPNEVERid/typeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffectsYshowWPNEVERidOtypeMove__edataTypeGroupsideCivilianEntitiesAttributesid0atlOffset4GBitemsItem0Item1Item2 dataTypeObjectPositionInfosideCivilianflagsAttributesid1typeC_Bob_VRatlOffsetCustomAttributespositionA)FBI!FanglesC@Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueKdata[singleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionÌ-FĕB`!FplacementHBEffectsshowWPNEVERid2typeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffectsshowWPNEVERidPtypeMovedataTypeTriggerpositionE&)FB@A!Fangle@@Attributesid3typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoHid4typeAdmiral_OndemandCampZoneCustomAttributes position)F"ZBy!Fangles@HP?@Attribute0|Attribute1>Attribute2Attribute3Attribute4cAttribute5"Attribute6Attribute7Attribute8eAttribute92Attribute10Attribute11Attribute12Attribute13HnAttributes 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];ValuevdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value-cdata=csingleTypeSCALARvalueBcpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value"data"singleTypeSCALARvalue A"propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuepdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-edata=esingleTypeSTRINGvalueinf_1epropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value2data 2singleTypeSCALARvalue2propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueIdataYsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueHdata"HsingleTypeSCALARvalueHpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value data singleTypeSTRINGvalue dataTypeGroupsideCivilianEntitiesh Attributes id5atlOffset4GB itemsItem0 Item1 Item2:   dataTypeObjectPositionInfo0 sideCivilianflagsAttributesh id6typeC_Bob_VRatlOffsetCustomAttributesn  position))FBR!FanglesC@h n Attribute0 Attribute1. nAttributes propertyspeakerexpression_this setspeaker _value;Value . data . singleTypeSTRINGvalueMale01GREVR. propertypitchexpression_this setpitch _value;Valuet  data  singleTypeSCALARvalue\? dataTypeWaypointloiterAltitudeposition!-F,GBy"FplacementHBEffects4 showWPNEVERid7typeMove: : dataTypeWaypointloiterAltitudeposition2FOB$FEffects showWPNEVERidQtypeMove   dataTypeGroupsideCivilianEntities Attributespid8atlOffset4GBvitemsItem0Q Item1`Item2p dataTypeObjectPositionInfo sideCivilianflagsAttributesid9typeC_Bob_VRatlOffsetCustomAttributes$`position](F)B:r$Fangles?$Attribute0\Attribute1nAttributes`propertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;Value*`data:`singleTypeSCALARvalue\?`dataTypeWaypointloiterAltitudepositiona-FxrAA'FplacementHBEffectsshowWPNEVERid:typeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffectsjshowWPNEVERidRtypeMoveppvdataTypeGroupsideCivilianEntitiesAttributes&id;atlOffset4GB,itemsItem0Item1Item2& dataTypeObjectPositionInfosideCivilianflagsAttributesid<typeC_Bob_VRatlOffsetCustomAttributespositionuA(FBjE$Fangles?Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value\datalsingleTypeSTRINGvalueMale01GREVRpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue\?dataTypeWaypointloiterAltitudepositionҜ,F B$FplacementHBEffectsshowWPNEVERid=typeMovedataTypeWaypointloiterAltitudeposition2FOB$FEffects showWPNEVERidStypeMove&&,dataTypeTriggerpositiondC(FlBa$Fanglen?Attributesid>typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfoYid?typeAdmiral_OndemandCampZoneCustomAttributes!positiont~(FB^$Fangles`h>7@WK=Attribute0Attribute1OAttribute2Attribute3Attribute4tAttribute53Attribute6Attribute7Attribute8vAttribute9CAttribute10 Attribute11Attribute12Attribute13Y nAttributes!propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueOdata,OsingleTypeSTRINGvalueOpropertyAdmiral_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];Value>tdataNtsingleTypeSCALARvalueBtpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value3data 3singleTypeSCALARvalue A3propertyAdmiral_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];Value>vdataNvsingleTypeSTRINGvalueinf_2vpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value CdataCsingleTypeSCALARvalueCpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value data singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueZdatajsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value# Y data3 Y singleTypeSCALARvalueY propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value !data !singleTypeSTRINGvalue!dataTypeGroupsideCivilianEntitiesy!Attributes$id@atlOffset4GB$itemsItem0!Item1#Item2K$$ dataTypeObjectPositionInfoA"sideCivilianflagsAttributesy"idAtypeC_Bob_VRatlOffsetCustomAttributes"#position4R(F{BX$Fangles?y""Attribute0"Attribute1?#nAttributes#propertyspeakerexpression_this setspeaker _value;Value#?#data#?#singleTypeSTRINGvalueMale01GREVR?#propertypitchexpression_this setpitch _value;Value##data##singleTypeSCALARvalue\?#dataTypeWaypointloiterAltitudeposition,F@Bt&FplacementHBEffectsE$showWPNEVERidBtypeMoveK$K$dataTypeWaypointloiterAltitudeposition2FOB$FEffects$showWPNEVERidTtypeMove$$$dataTypeLayername5 Minutes - Wheel Armour Start (3 Tech)stateEntitiesJ%id atlOffset&Q items Item0%Item1'Item2I(Item3q4Item4:6Item56Item6#CItem7DItem8EQdataTypeGroupsideCivilianEntities&Attributes'idatlOffset4GB'itemsItem0E&Item1''dataTypeObjectPositionInfo&sideCivilianflagsAttributes&idtypeC_Bob_VRatlOffset'positionRFFjBgFangles1"@&'dataTypeWaypointloiterAltitudeposition2FOBE$FEffects|'showWPNEVERid>typeMove'''dataTypeTriggerposition8FWBsFangle0"@Attributes'idtypeEmptyDetectorAreaR50I(conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AI(dataTypeLogicPositionInfo(idtypeAdmiral_OndemandCampZoneCustomAttributes(q4positionұFB'FanglesQ@"@;/>(Attribute0)Attribute1*Attribute2^+Attribute3,Attribute4,Attribute5-Attribute6@.Attribute7/Attribute8/Attribute90Attribute10`1Attribute11%2Attribute122Attribute133nAttributesq4propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuet**data**singleTypeSTRINGvalue*propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value(+^+data8+^+singleTypeSCALARvalue^+propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value+,data+,singleTypeSCALARvalueB,propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,,data,,singleTypeSCALARvalueB,propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueU--datae--singleTypeSCALARvalueA-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];Value//data//singleTypeSTRINGvaluet_1/propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuec00datas00singleTypeSCALARvalue0propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value*1`1data:1`1singleTypeSCALARvalue?`1propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value1%2data1%2singleTypeSCALARvalue%2propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value22data22singleTypeSCALARvalue2propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuey33data33singleTypeSCALARvalue3propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value>4q4dataN4q4singleTypeSTRINGvalueq4dataTypeGroupsideCivilianEntities4Attributes46idatlOffset4GB:6itemsItem04Item1546dataTypeObjectPositionInfov5sideCivilianflagsAttributes5idtypeC_Bob_VRatlOffset5position&FBFangles1"@55dataTypeWaypointloiterAltitudeposition2FOBE$FEffects.6showWPNEVERid?typeMove4646:6dataTypeTriggerpositionE&F5B Fangle0"@Attributes6idtypeEmptyDetectorAreaR506conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB A6dataTypeLogicPositionInfoc7idtypeAdmiral_OndemandCampZoneCustomAttributes7#Cposition,?&F;nB,Fangles/@"@=7Attribute08Attribute1Y9Attribute2:Attribute3:Attribute4~;Attribute5=<Attribute6<Attribute7=Attribute8~>Attribute9K?Attribute10@Attribute11@Attribute12AAttribute13aBnAttributes#CpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value&9Y9data69Y9singleTypeSTRINGvalueY9propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value9:data9:singleTypeSCALARvalue:propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value::data::singleTypeSCALARvalueB:propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueH;~;dataX;~;singleTypeSCALARvalueB~;propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value<=<data<=<singleTypeSCALARvalueB=<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];ValueH>~>dataX>~>singleTypeSTRINGvaluet_2~>propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value?K?data%?K?singleTypeSCALARvalueK?propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value?@data?@singleTypeSCALARvalue?@propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value@@data@@singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuebAAdatarAAsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value+BaBdata;BaBsingleTypeSCALARvalueaBpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueB#CdataC#CsingleTypeSTRINGvalue#CdataTypeGroupsideCivilianEntitiesCAttributesDid:atlOffset4GBDitemsItem0CItem1VDDdataTypeObjectPositionInfoDsideCivilianflagsAttributesPDid;typeC_Bob_VRVDposition {F\CFangles1"@PDVDdataTypeWaypointloiterAltitudeposition2FOBE$FEffectsDshowWPNEVERid@typeMoveDDDdataTypeTriggerpositionmFIiCFangle0"@AttributesPEid<typeEmptyDetectorAreaR50Econditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AEdataTypeLogicPositionInfoFid=typeAdmiral_OndemandCampZoneCustomAttributes=FQpositionFrCFangles1@ߗ"@@=FAttribute09GAttribute1GAttribute2HAttribute3iIAttribute4 JAttribute5JAttribute6KAttribute7cLAttribute8 MAttribute9MAttribute10NAttribute11yOAttribute12:PAttribute13QnAttributesQpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueGGdataGGsingleTypeSTRINGvalueGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value|HHdataHHsingleTypeSCALARvalueHpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3IiIdataCIiIsingleTypeSCALARvalueBiIpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueI JdataI JsingleTypeSCALARvalueB JpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueJJdataJJsingleTypeSCALARvalueBJpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value`KKdatapKKsingleTypeBOOLvalueKpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value-LcLdata=LcLsingleTypeSCALARvaluecLpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueL MdataL MsingleTypeSTRINGvaluet_3 MpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueMMdataMMsingleTypeSCALARvalueMpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value~NNdataNNsingleTypeSCALARvalue?NpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueCOyOdataSOyOsingleTypeSCALARvalueyOpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueP:PdataP:PsingleTypeSCALARvalue:PpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuePQdataPQsingleTypeSCALARvalueQpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQQdataQQsingleTypeSTRINGvalueQdataTypeLayername10 Minutes - Armour Start (2 Armour)stateEntities;Rid atlOffset.¥oitemsItem0RItem1@TItem2TItem3aItem4bItem5mcodataTypeGroupsideCivilianEntitiesRAttributes:Tid atlOffset4GB@TitemsItem0SItem1S:TdataTypeObjectPositionInfoSsideCivilianflagsAttributesSid typeC_Bob_VRSpositionSFCYFSSdataTypeWaypointloiterAltitudeposition01F C$FEffects4TshowWPNEVERid!typeMoveatlOffset'B:T:T@TdataTypeTriggerpositionqFCTFAttributesTid typeEmptyDetectorAreaR50Tconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB ATdataTypeLogicPositionInfo^Uid typeAdmiral_OndemandCampZoneCustomAttributes~Uaposition$1FCHF~UAttribute0zVAttribute1 typeMove dataTypeWaypointloiterAltitudepositiondR1FɑB%FplacementCcompletitionRadiusAEffectsshowWPNEVERid? typeSeekAndDestroy dataTypeWaypointloiterAltitudepositionzFFplacementCcompletitionRadiusAEffectsbshowWPNEVERid@ typeSeekAndDestroyatlOffset4GBhhdataTypeWaypointloiterAltitudeposition,2FgB!FEffectsshowWPNEVERidA typeMovedataTypeWaypointloiterAltitudepositionv|FDBFEffectscshowWPNEVERidB typeCycleiispeedModeFULLLinkIDProviderLinksnextIDitemsItem0Item1,linkIDitem0; item1% CustomData,role,linkIDitem0= item1% CustomDatagroleturretPathdataTypeLayername40 Minutes - MLRSstateEntitiesid atlOffset<itemsItem0Item1 dataTypeGroupsideIndependentEntitiesAttributesgCrewLinksmid8 atlOffset4GB itemsItem0gdataTypeObjectPositionInfo*sideIndependentflagsAttributesbid9 typeCUP_I_RACS_Soldier_Light_Urbangpositionq'Fu8BӮFanglesϿ@>0?0n=bInventorywgprimaryWeaponuniformvest)mapItemMapcompassgm_ge_army_conat2watchItemWatchradioItemRadioheadgearwb_racs_headgear_m52_olignamegm_m16a1_blkprimaryMuzzleMagInamegm_30Rnd_556x45mm_B_M855_stanag_gryammoLefttypeNamewb_racs_army_uniform_soldier_beiisBackpackMagazineCargoItemCargo)itemsItem0Item1bnamegm_30Rnd_556x45mm_B_M855_stanag_grycountammoLeftbnamegm_handgrenade_frag_dm51a1countammoLeftitemsItem0ʹItem1)namegm_ge_army_burnBandagecountnamegm_ge_facewear_m65count)typeNamegm_dk_army_vest_54_riflemanisBackpackgmLinkIDProviderLinks nextIDitemsItem0µ linkIDitem09 item11 CustomData roleturretPath dataTypeObjectPositionInfosideIndependentflagsAttributesid1 typegm_ge_army_m120atlOffsetиposition{'FdBFanglesϿ@>0?0n=namearty_1dataTypeMarkerpositionFP@GFnamemkr_extracttypeEmptyangle,1Cid! atlOffset*9.BldataTypeMarkerposition5%2FPB$Fnamemkr_ammotypeEmptyidmatlOffset7Է dataTypeLogicPositionInfoareaSize\Bǧ`BareaIsRectangleflagsid{typeModuleHideTerrainObjects_FatlOffsetv>CustomAttributes¸positionZ1FB$Fangles@@¸Attribute0Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuePdata`singleTypeSCALARvalue?property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatasingleTypeBOOLvaluedataTypeLogicPositionInfoareaSize BBflagsidtypeModuleHideTerrainObjects_FatlOffset7CustomAttributesJposition2FPB$Fangles3@Attribute0*Attribute1nAttributesJproperty#filterexpression_this setVariable ["#filter",_value]ValuedatasingleTypeSCALARvalue@property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueJdata&JsingleTypeBOOLvalueJdataTypeLogicPositionInfoareaSizeXPAAflagsidtypeModuleHideTerrainObjects_FatlOffset@?CustomAttributes"zposition 1F;pBy#Fangles0@"Attribute0ZAttribute1nAttributeszproperty#filterexpression_this setVariable ["#filter",_value]ValuedatasingleTypeSCALARvalue@property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueFzdataVzsingleTypeBOOLvaluezdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffseta@ritemsItem0dataTypeObjectPositionInfo{sideEastflagsAttributesidtypeO_UAV_AIatlOffsetJiBpositionIGFACanglesH @LinkIDProviderLinksrnextIDitemsItem0rlinkIDitem0item1CustomDataOrroleturretPathrdataTypeObjectPositionInfosideEastflagsAttributes4idtypeCUP_O_Type072_Rack_LeftatlOffseta@:positionF85A~FFanglesH @4:dataTypeGroupsideEastEntitiesAttributesyCrewLinksidatlOffseta@2itemsItem0ydataTypeObjectPositionInfo;sideEastflagsAttributessidtypeO_UAV_AIatlOffset=iBypositioneGFAT+ Cangles @syLinkIDProviderLinks2nextIDitemsItem02linkIDitem0item1CustomData2roleturretPath2dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_Type072_Rack_RightatlOffseta@positionIFx2APFFangles @dataTypeGroupsideEastEntitiesdAttributes:CrewLinks@idatlOffsetQ;itemsItem0:dataTypeObjectPositionInfosideEastflagsAttributes4idtypeO_UAV_AIatlOffsetpB:position7dFFT$A.9Cangles% @4:@LinkIDProvidereLinksxnextIDxitemsItem0linkIDitem0item1CustomDataroleturretPathdataTypeObjectPositionInfozsideEastflagsAttributesidtypeCUP_O_Type072_TurretatlOffsetQ;positionF'AiEFangles% @ dataTypeLogicPositionInfonareaSizeAnAttributes(propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value(data(singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]](dataTypeObjectPositionInfosideEastflagsAttributesidtypeO_Soldier_LAT_FCustomAttributesposition72FB_$Fangles)@`s$<1@skill?init[this, ["faction", "SLA"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSahrani Diplomatic Protection Service - Bravo 2 Rifleman (AT)@Bravo 2isPlayableAttribute0nAttributespropertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]ValueOdata_singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]formationDIAMONDdataTypeGroupsideEastEntities" Attributes+id5+itemsItem0` Item1'#Item2%Item3(+dataTypeObjectPositionInfo sideEastflagsAttributes!idtypeO_Soldier_TL_FCustomAttributes"'#position62FvBV$Fangles3@`s$<!skill?rankCORPORALinit [this, ["faction", "SLA"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSahrani Diplomatic Protection Service - Bravo 3 Fireteam Leader@Bravo 3isPlayable"Attribute0="nAttributes'#propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value"'#data"'#singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]'#dataTypeObjectPositionInfo#sideEastflagsAttributes#idtypeO_Soldier_AR_FCustomAttributes$%position@2FzPB"L$Fangles3@#<#skill?rankCORPORALinit [this, ["faction", "SLA"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSahrani Diplomatic Protection Service - Bravo 3 Automatic Rifleman@Bravo 3isPlayable$Attribute0$nAttributes%propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Valueb%%datar%%singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]% dataTypeObjectPositionInfog&sideEastflagsAttributes&idtypeO_Soldier_A_FatlOffset7CustomAttributess'(position,2F?QBUL$Fangles3@ $<&skill?init [this, ["faction", "SLA"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSahrani Diplomatic Protection Service - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayables'Attribute0'nAttributes(propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value((data&((singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]](dataTypeObjectPositionInfo )sideEastflagsAttributesE)idtypeO_Soldier_LAT_FCustomAttributes *+position62F'*B0sideEastAttributesv0idtypeO_helicrew_FatlOffset̞@CustomAttributes81l3positionhF@EFangles @v0skill?init[this, ["faction", "SLA"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy Air Squadron - TH 1 Crew [JIP Extract]@TH 1isPlayable81Attribute01Attribute12Attribute22nAttributesl3propertyspeakerexpression_this setspeaker _value;Value12data12singleTypeSTRINGvalueMale03PER2propertypitchexpression_this setpitch _value;ValueL22data\22singleTypeSCALARvalueG?2propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value2l3data 3l3singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]l3formationDIAMOND3dataTypeGroupsideEastEntities3Attributes;idatlOffset6;itemsItem04Item18; dataTypeObjectPositionInfo4sideEastflagsAttributes4idtypeO_helipilot_FatlOffset6CustomAttributes58position=LF@FFangles… @4skill?rankSERGEANTinit [this, ["faction", "SLA"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy Air Squadron - TH 2 Pilot (Mi-2T) [JIP Extract]@TH 2isPlayable5Attribute06Attribute16Attribute27nAttributes8propertyspeakerexpression_this setspeaker _value;Valued66datat66singleTypeSTRINGvalueMale01PER6propertypitchexpression_this setpitch _value;Value67data67singleTypeSCALARvaluep}?7propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value78data78singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]8dataTypeObjectPositionInfo8sideEastAttributes8idtypeO_helicrew_FatlOffset@CustomAttributes9;positions>Fh@&FFangles… @8skill?init[this, ["faction", "SLA"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy Air Squadron - TH 2 Crew [JIP Extract]@TH 2isPlayable9Attribute09Attribute1W:Attribute2:nAttributes;propertyspeakerexpression_this setspeaker _value;Value:W:data+:W:singleTypeSTRINGvalueMale02PERW:propertypitchexpression_this setpitch _value;Value::data::singleTypeSCALARvalueu?:propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]ValueN;;data^;;singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]];formationDIAMOND;dataTypeGroupsideEastEntities1<Attributes:DidatlOffset5TDitemsItem0Y<Item1`@:D dataTypeObjectPositionInfo<sideEastflagsAttributes#=idtypeO_Pilot_FatlOffset5CustomAttributes,>`@positionF؞@wFFangles @#=skill?rankLIEUTENANTinit [this, ["faction", "SLA"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy Air Squadron - AH 1 Pilot (Mi-2URP-G) [JIP Extract Escort]@AH 1isPlayable,>Attribute0t>Attribute1>Attribute2v?nAttributes`@propertyspeakerexpression_this setspeaker _value;Value>>data>>singleTypeSTRINGvalueMale02PER>propertypitchexpression_this setpitch _value;Value@?v?dataP?v?singleTypeSCALARvalue33s?v?propertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value?`@data@`@singleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]`@ dataTypeObjectPositionInfo@sideEastflagsAttributes*AidtypeO_Pilot_FatlOffset<CustomAttributesB:Dposition F0@cFFangles_ @*Askill?rankLIEUTENANTinit [this, ["faction", "SLA"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy Air Squadron - AH 1 Gunner [JIP Extract Escort]@AH 1isPlayableBAttribute0NBAttribute1BAttribute2PCnAttributes:Dpropertyspeakerexpression_this setspeaker _value;ValueBBdataBBsingleTypeSTRINGvalueMale02PERBpropertypitchexpression_this setpitch _value;ValueCPCdata*CPCsingleTypeSCALARvalue\?PCpropertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]ValueC:DdataC:DsingleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]:DformationDIAMONDTDdataTypeGroupsideEastEntitiesDAttributesLidatlOffset6LitemsItem0DItem1HL dataTypeObjectPositionInfogEsideEastflagsAttributesEidtypeO_crew_FatlOffset6CustomAttributesYFHpositionF@ FFanglesC @Eskill?init[this, ["faction", "SLA"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy - LCVP 1 Gunner [JIP Extract]@LCVP 1isPlayableYFAttribute0FAttribute1'GAttribute2GnAttributesHpropertyspeakerexpression_this setspeaker _value;ValueF'GdataF'GsingleTypeSTRINGvalueMale03PER'Gpropertypitchexpression_this setpitch _value;ValuemGGdata}GGsingleTypeSCALARvalueG?Gpropertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]ValueHHdata.HHsingleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]H dataTypeObjectPositionInfoIsideEastflagsAttributesVIidtypeO_crew_FatlOffset;<CustomAttributesNJLpositionF@FFanglesC @VIskill?rankSERGEANTinit [this, ["faction", "SLA"], ["gear", "VC"], ["marker", "LCVP1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy - LCVP 1 Coxswain (LCVP) [JIP Extract]@LCVP 1isPlayableNJAttribute0JAttribute1KAttribute2KnAttributesLpropertyspeakerexpression_this setspeaker _value;ValueJKdataJKsingleTypeSTRINGvalueMale02PERKpropertypitchexpression_this setpitch _value;ValuebKKdatarKKsingleTypeSCALARvalue\?Kpropertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]ValueLLdata#LLsingleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]LformationDIAMONDLdataTypeGroupsideEastEntitiesLAttributesTidatlOffset6TitemsItem0MItem1QT dataTypeObjectPositionInfoMsideEastflagsAttributesMidtypeO_crew_FatlOffset6CustomAttributesNQpositionF@ tFFanglesW @Mskill?rankSERGEANTinit [this, ["faction", "SLA"], ["gear", "VC"], ["marker", "LCVP2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy - LCVP 2 Coxswain (LCVP) [JIP Extract]@LCVP 2isPlayableNAttribute0'OAttribute1OAttribute2)PnAttributesQpropertyspeakerexpression_this setspeaker _value;ValueqOOdataOOsingleTypeSTRINGvalueMale02PEROpropertypitchexpression_this setpitch _value;ValueO)PdataP)PsingleTypeSCALARvalue\?)Ppropertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]ValuePQdataPQsingleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]Q dataTypeObjectPositionInfoQsideEastflagsAttributesQidtypeO_crew_FatlOffset<CustomAttributesRTpositionӳF@qFFanglesW @Qskill?init[this, ["faction", "SLA"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionSahrani Liberation Navy - LCVP 2 Gunner [JIP Extract]@LCVP 2isPlayableRAttribute0RAttribute1dSAttribute2SnAttributesTpropertyspeakerexpression_this setspeaker _value;Value(SdSdata8SdSsingleTypeSTRINGvalueMale03PERdSpropertypitchexpression_this setpitch _value;ValueSSdataSSsingleTypeSCALARvalueG?Spropertyacre_sys_radio_edenSetupexpression_this setVariable ["acre_sys_radio_setup", _value, true]Value[TTdatakTTsingleTypeSTRINGvalue[["ACRE_PRC343",[1,1]],["ACRE_PRC152",1],["ACRE_PRC117F",1]]TformationDIAMONDTdataTypeLogicPositionInfocUnameadm_hc_unitisPlayabledescriptionHCidtypeHeadlessClient_FUpositions2FtBI#Fangles@CustomData]]typeSync]linkIDitem0=item1<CustomData^^typeSync^linkIDitem0item1CustomDataS^e^typeSynce^linkIDitem0item1CustomData^^typeSync^linkIDitem0item1CustomData^^typeSync^linkIDitem0item1CustomData:_L_typeSyncL_linkIDitem0item1CustomData__typeSync_linkIDitem0item1CustomData__typeSync_linkIDitem0'item1CustomData!`3`typeSync3`linkIDitem0item1CustomDatan``typeSync`LinkIDProvider`Links`xanextID`itemsItem0`Item1,axalinkIDitem0item1CustomDataa,arole,alinkIDitem0item1CustomDatagaxarolexaclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname |Distance|Direction|Direction Range|Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Wide Sandbag", "land_gm_sandbags_01_wall_01", 3, 0, 360, ""}, {"Round Sandbag", "land_gm_sandbags_01_round_01", 3, 0, 360, ""}, {"Short Sandbag", "land_gm_sandbags_01_short_01", 3, 0, 360, ""}, {"Ammobox Launcher", "gm_ammobox_aluminium_03_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_launcher;"}, {"Ammobox 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;"}, {"Ammobox Large", "gm_ammobox_aluminium_01_empty", 3, 0, 360, "_this call ark_fnc_plank_fill_ammo_large;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];E*VF;[W