sreVadmiral\admiral.h>|`!description.ext>|`hull3\briefing\blufor.sqf>|`hull3\briefing\civilian.sqf>|`hull3\briefing\indfor.sqf>|`hull3\briefing\opfor.sqf>|`hull3\hull3.h>|`hull3\LICENSE>|`8hull3\MP_G.hb0`R*hull3\MP_U.hE0` init.sqf>|`initPlayerLocal.sqf>|`initServer.sqf>|`mission.sqm>|`0eplank.h>|`zone_spawned_unit.sqf>|`;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 = "GM_GDR_80_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "GM_GDR_80_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "GM_GDR_80_WD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class GM_GDR_80_WD { technicals[] = {"gm_gc_army_uaz469_spg9", "gm_gc_army_uaz469_dshkm", "gm_gc_army_uaz469_dshkm"}; armour[] = {"gm_gc_army_brdm2", "gm_gc_army_btr60pb", "gm_gc_army_bmp1sp2", "gm_gc_army_t55am2", "gm_gc_army_t55am2b"}; th[] = {"gm_gc_airforce_mi2t"}; ah[] = {"gm_gc_airforce_mi2urn"}; }; }; }; #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 = "marine pocket"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 74; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 0; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 7; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Our platoon is tasked with holding Rannerdorf for as long as possible against the East German invasion.

ENEMY FORCES
East German NVA, light vehicles, tanks and helicopters.

FRIENDLY FORCES
A ground extraction force is preparing or an air extraction force is preparing, it will be some time until they can fight their way to us. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Defend the town of Rannerdorf for as long as possible, when our position becomes untenable call for extraction. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Dig in and hold. Expect infantry contacts from all sides and the bulk of vehicle attacks to come directly on the main roads.

Remain within the indicated AO perimeter at all times.

FORTIFICATION PLAN
Buildings within the defence perimeter can be fortified and provide decent sight lines.

An ammo dump has been setup.

FIRE SUPPORT PLAN
Weapons attachment teams gunners have Plank placeable ammo boxes that contain CSW ammo for their team.

Squad SMAW rifleman can place a Plank ammo box containing additional HEDP, HEAA and spotting rounds for their use.

Command level leaders can place ammo boxes for containing mixed platoon ammunition.

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

Ground extract must use the Albernhof road to reach Rannerdorf, other routes are not passable to ground vehicles. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class MissionParams { date[] = { {2035, 24, 11}, {2035, 24, 11} }; time[] = { {3, 30}, {5, 50}, {9, 0}, {12, 0}, {15, 0}, {17, 50}, {18, 50}, {0, 0} }; }; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class USM_USMC_90_WD { gear = "MP_G"; uniform = "MP_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "MP_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "MP_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 MP_G { class Rifleman { primaryWeapon = "CUP_arifle_M16A2"; primaryWeaponItems[] = {"CUP_acc_Flashlight"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"ACE_Chemlight_HiRed", 1}, {"ACE_Chemlight_HiWhite", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1} }; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_PVS7"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_MX991", 1}, {"ACE_wirecutter", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_M16A2_GL"; primaryWeaponItems[] = {}; handgunWeapon = "CUP_hgun_M9"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_FlareWhite_M203", 4}, {"CUP_FlareRed_M203", 4}, {"CUP_1Rnd_StarCluster_White_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_M3A1_blk"; primaryWeaponItems[] = {}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = { {"CUP_30Rnd_45ACP_M3A1_BLK_M", 4}, {"CUP_30Rnd_45ACP_Red_Tracer_M3A1_BLK_M", 2} }; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_Smoke_M203", 8}, {"CUP_1Rnd_SmokeRed_M203", 8} }; backpackRadios[] = {"ACRE_PRC152"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_Colt727"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"CUP_30Rnd_556x45_Stanag", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_M249_E2"; primaryWeaponItems[] = {}; vestMagazines[] = {{"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 1}}; backpackMagazines[] = {{"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 4}}; }; class AAR : Rifleman { backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; }; class MMGG : Rifleman { primaryWeapon = "CUP_lmg_M240_norail"; primaryWeaponItems[] = {}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 1}}; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; }; class MMGAG : Rifleman { backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "ACE_Vector"; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class HMGG : Rifleman { secondaryWeapon = "CUP_m2_carry"; backpackMagazines[] = {{"ace_csw_100Rnd_127x99_mag_red", 1}}; }; class HMGAG : HMGG { secondaryWeapon = "ace_csw_m3CarryTripod"; backpackMagazines[] = {{"ace_csw_100Rnd_127x99_mag_red", 2}}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "ACE_Vector"; assignItems[] = {"ItemGPS"}; }; class HMGAC : Rifleman { secondaryWeapon = ""; backpackMagazines[] = {{"ace_csw_100Rnd_127x99_mag_red", 3}}; }; class MATG : RAT { secondaryWeapon = "CUP_launch_Mk153Mod0"; secondaryWeaponItems[] = {"CUP_optic_SMAW_Scope", "CUP_SMAW_Spotting", "CUP_SMAW_HEAA_M"}; backpackMagazines[] = { {"CUP_SMAW_HEAA_M", 3}, {"CUP_SMAW_HEDP_M", 1}, {"CUP_SMAW_Spotting", 2} }; }; class MTRG : Rifleman { secondaryWeapon = "CUP_m252_carry"; backpackMagazines[] = {{"ACE_1Rnd_82mm_Mo_HE", 1}}; }; class MTRAG : MTRG { secondaryWeapon = "ace_csw_carryMortarBaseplate"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 1}, {"ACE_1Rnd_82mm_Mo_Illum", 1} }; binocular = "ACE_Vector"; assignItems[] = {"ItemGPS"}; }; class MTRAC : Rifleman { secondaryWeapon = ""; backpackMagazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 1}, {"ACE_1Rnd_82mm_Mo_Illum", 1}, {"ACE_1Rnd_82mm_Mo_Smoke", 1} }; }; class SN : Rifleman { primaryWeapon = "CUP_srifle_M107_Pristine"; handgunWeapon = "CUP_hgun_M9"; primaryWeaponItems[] = {"CUP_optic_AN_PVS_4"}; vestMagazines[] = { {"CUP_10Rnd_127x99_M107", 4}, {"CUP_15Rnd_9x19_M9", 3} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_10Rnd_127x99_M107", 3} }; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class SP : Rifleman { primaryWeaponItems[] = {"CUP_optic_AN_PVS_4_M16", "CUP_acc_Flashlight"}; binocular = "ACE_Vector"; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_M136", 20}, {"CUP_launch_FIM92Stinger", 1} }; magazines[] = { {"CUP_30Rnd_556x45_Stanag", 200}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 100}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 250}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_HEDP_M203", 25}, {"CUP_FlareWhite_M203", 50}, {"CUP_FlareRed_M203", 50}, {"CUP_1Rnd_StarCluster_White_M203", 15}, {"CUP_1Rnd_StarCluster_Red_M203", 15}, {"CUP_1Rnd_Smoke_M203", 25}, {"CUP_1Rnd_SmokeRed_M203", 25}, {"ACE_HandFlare_White", 15}, {"ACE_HandFlare_Red", 15}, {"ACE_Chemlight_HiWhite", 10}, {"ACE_Chemlight_HiRed", 10}, {"CUP_HandGrenade_M67", 25}, {"SmokeShell", 25}, {"SmokeShellRed", 25}, {"CUP_SMAW_Spotting", 10}, {"CUP_SMAW_HEDP_M", 25}, {"CUP_SMAW_HEAA_M", 25}, {"CUP_10Rnd_127x99_M107", 10}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 100}, {"CUP_15Rnd_9x19_M9", 10} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 150}, {"ACE_splint", 24} }; }; class HMG : Vehicle { weapons[] = {}; magazines[] = {{"ace_csw_100Rnd_127x99_mag_red", 20}}; items[] = {}; medicalItems[] = {}; }; class MTR : HMG { weapons[] = {}; magazines[] = { {"ACE_1Rnd_82mm_Mo_HE", 35}, {"ACE_1Rnd_82mm_Mo_Smoke", 15}, {"ACE_1Rnd_82mm_Mo_Illum", 20} }; items[] = {}; medicalItems[] = {}; }; }; class MP_U { class Rifleman { headGear = "CUP_H_PASGTv2_NVG_WDL"; goggles = ""; uniform = "CUP_U_B_USMC_MCCUU_M81"; vest = "CUP_V_B_PASGT_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { uniform = "CUP_U_B_USMC_MCCUU_M81_roll_2_pads"; }; class Officer : Leader { uniform = "CUP_U_B_USMC_MCCUU_M81_roll_2"; }; class Crew : Rifleman { headGear = "CUP_H_CVC"; uniform = "CUP_U_B_USArmy_PilotOverall"; vest = "CUP_V_B_PASGT_no_bags_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { headGear = "usm_bdu_8point_wdl"; }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { uniform = "CUP_U_B_USMC_MCCUU_M81_gloves"; backpack = "ark_backpack_large"; }; class FTL : Leader { uniform = "CUP_U_B_USMC_MCCUU_M81_roll_pads_gloves"; }; class AR : Rifleman { uniform = "CUP_U_B_USMC_MCCUU_M81_pads_gloves"; }; class AAR : Rifleman { uniform = "CUP_U_B_USMC_MCCUU_M81_pads"; backpack = "ark_backpack_large"; }; class RAT : Rifleman { uniform = "CUP_U_B_USMC_MCCUU_M81_roll_pads_gloves"; }; class MMGG : AR { backpack = "ark_backpack_large"; }; class MMGAG : AAR { }; class HMGG : AR { backpack = "ark_backpack_huge"; }; class HMGAG : AAR { backpack = "ark_backpack_huge"; }; class HMGAC : AAR { }; class MATG : RAT { backpack = "ark_backpack_huge"; }; class MTRG : AR { backpack = "ark_backpack_huge"; }; class MTRAG : AAR { backpack = "ark_backpack_huge"; }; class MTRAC : AAR { backpack = "ark_backpack_huge"; }; class SN : Rifleman { headGear = "usm_bdu_boonie_wdl"; uniform = "CUP_U_B_USMC_MCCUU_M81_pads_gloves"; vest = "CUP_V_B_PASGT_no_bags_ARM"; backpack = "ark_backpack_small"; }; class SP : SN { uniform = "CUP_U_B_USMC_MCCUU_M81_roll_pads_gloves"; }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "gm_ge_headgear_sph4_oli"; vest = "Aircrew_vest_2_NH_ARM"; backpack = "ark_backpack_small"; }; class PCM : P { }; }; ark_fnc_plank_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "plank_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO", "SL"]) exitWith {[_unit, [0, 1, 2, 0, 2, 0, 0, 0, 0, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL", "SN"]) exitWith {[_unit, [1, 0, 2, 0, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["HMGAG", "MTRAG", "MMGAG"]) exitWith {[_unit, [1, 0, 2, 2, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["HMGAC", "MTRAC"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic", "AR", "AAR", "RAT", "Rifleman", "SP"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["HMGG"]) exitWith {[_unit, [0, 0, 2, 2, 2, 1, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["MMGG"]) exitWith {[_unit, [0, 0, 2, 2, 2, 0, 0, 1, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["MATG"]) exitWith {[_unit, [0, 0, 2, 2, 2, 0, 1, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["MTRG"]) exitWith {[_unit, [0, 0, 2, 2, 2, 0, 0, 0, 1, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["plank_areFortsAssigned", true, true]; }; }; ark_fnc_plank_fill_HMG_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["ace_csw_100Rnd_127x99_mag_red", 500] ]; _weapons = [ ["ace_csw_m3CarryTripod", 1], ["ace_csw_m3CarryTripodLow", 1], ["CUP_m2_carry", 1] ]; _items = [ ["ACE_fieldDressing", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_plank_fill_SMAW_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_items"]; _magazines = [ ["CUP_SMAW_Spotting", 25], ["CUP_SMAW_HEDP_M", 25], ["CUP_SMAW_HEAA_M", 50] ]; _items = [ ["ACE_fieldDressing", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_plank_fill_MMG_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_items"]; _magazines = [ ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 500] ]; _items = [ ["ACE_fieldDressing", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_plank_fill_MTR_Ammo = { private _box = _this select 1; [_box, 9999] remoteExecCall ["ace_rearm_fnc_makeSource", 2]; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["ACE_1Rnd_82mm_Mo_HE", 150], ["ACE_1Rnd_82mm_Mo_Smoke", 150], ["ACE_1Rnd_82mm_Mo_Illum", 150] ]; _weapons = [ ["ace_csw_carryMortarBaseplate", 1], ["CUP_m252_carry", 1] ]; _items = [ ["ACE_fieldDressing", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_plank_fill_Ammo = { private _box = _this select 1; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_556x45_Stanag", 250], ["CUP_30Rnd_556x45_Stanag_Tracer_Red", 150], ["CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 250], ["CUP_15Rnd_9x19_M9", 10], ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 10], ["CUP_10Rnd_127x99_M107", 10], ["ACE_Chemlight_HiWhite", 10], ["ACE_Chemlight_HiRed", 10], ["CUP_1Rnd_HE_M203", 25], ["CUP_1Rnd_HEDP_M203", 25], ["CUP_1Rnd_Smoke_M203", 15], ["CUP_1Rnd_SmokeRed_M203", 15], ["CUP_FlareWhite_M203", 35], ["CUP_FlareRed_M203", 45], ["CUP_1Rnd_StarCluster_White_M203", 15], ["CUP_1Rnd_StarCluster_Red_M203", 15], ["ACE_HandFlare_White", 10], ["ACE_HandFlare_Red", 10], ["CUP_HandGrenade_M67", 25], ["SmokeShell", 25], ["SmokeShellRed", 25] ]; _weapons = [ ["CUP_launch_FIM92Stinger", 2], ["CUP_launch_M136", 50] ]; _items = [ ["ACE_fieldDressing", 150] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; clearBackpackCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; if (!didJIP) then { [player] call ark_fnc_plank_assignFortifications; ["mission.safetytimer.ended", {[player] call plank_api_fnc_forceRemoveAllFortifications;}] call hull3_event_fnc_addEventHandler; };ark_script_fnc_fireArty = { params ["_vehicle","_target"]; private _gunner = effectiveCommander _vehicle; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; private _roundCount = 5; // How many shots fired in one cycle private _delay = 60; // How long between cycles [ { params ["_args", "_id"]; _args params ["_gunner","_target","_roundCount"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, _target, _roundCount] call ark_script_fnc_doFireArty; }, _delay, [_gunner,_target,_roundCount] ] call CBA_fnc_addPerFrameHandler; }; ark_script_fnc_doFireArty = { params ["_gunner","_target","_roundCount"]; private _veh = vehicle _gunner; private _mag = currentMagazine _veh; private _targetPos = getMarkerPos _target; if ((_targetPos inRangeOfArtillery [[_gunner], _mag]) isEqualTo false) exitWith { systemChat format ["ARK Arty: Error target %1 is out of range of %2",_target,_gunner]; }; _gunner doArtilleryFire [_targetPos, _mag, _roundCount]; _veh setVehicleAmmoDef 1; _veh setVehicleAmmo 1; };raP,e version6EditorDataksourceNameark_co73_marine_pocketaddonsA3_Ui_FCUP_TrackedVehicles_AAVCUP_AirVehicles_AH1ZCUP_AirVehicles_AV8Bgm_structures_euro_80CUP_Weapons_AmmoBoxesA3_Structures_F_Mil_FlagsCUP_WheeledVehicles_LAV25plp_beachobjectsCUP_Buildings_ConfigCUP_WheeledVehicles_NewHMMWVCUP_WheeledVehicles_NewM998gm_objects_tentsCUP_AirVehicles_UH1HCUP_TrackedVehicles_M1AbramsA3_Modules_F_Curator_Curatorark_clear_cargoark_ace_rearmAdmiralark_rotorgm_characters_gc_charactersgm_vehicles_air_helicopters_mi2_gc_airforce_mi2CUP_Creatures_Military_RussiaCUP_WheeledVehicles_UralA3_Characters_Face_explosivesace_nouniformrestrictionsace_parachuteAddonsMetaDatadlcsCUP_VehiclesCUP_WeaponsgmCUP_UnitsrandomSeedScenarioDataCustomAttributes<Mission,e moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProvider2LayerIndexProviderECameraXnextIDS2nextIDEnextID5XposiEBaEdirM@?up CGK??asideOr?P.>ListitemsItem0Item1Item2Item3Item4\Item5Item6!Item7Item8Item9: Item10} Item11 Item12! Item13 Item14 Item15- Item16 Item17) Item18 Item19 Item20. Item21 Item22nItem23Item24Item25Item26Item27{classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_TrackedVehicles_AAVnameCUP_TrackedVehicles_AAVclassNameCUP_AirVehicles_AH1ZnameCUP_AirVehicles_AH1ZclassNameCUP_AirVehicles_AV8BnameCUP_AirVehicles_AV8B\classNamegm_structures_euro_80namegm_structures_euro_80authorGlobal Mobilizationurlglobal-mobilization.comclassNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxes!classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WheeledVehicles_LAV25nameCUP_WheeledVehicles_LAV25classNameplp_beachobjectsnameplp_beachobjects: classNameCUP_Buildings_ConfignameCUP_Buildings_Config} classNameCUP_WheeledVehicles_NewHMMWVnameCUP_WheeledVehicles_NewHMMWV classNameCUP_WheeledVehicles_NewM998nameCUP_WheeledVehicles_NewM998! classNamegm_objects_tentsnamegm_objects_tentsauthorGlobal Mobilizationurlglobal-mobilization.com classNameCUP_AirVehicles_UH1HnameCUP_AirVehicles_UH1H classNameCUP_TrackedVehicles_M1AbramsnameCUP_TrackedVehicles_M1Abrams- classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org) classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameAdmiralnameAdmiralauthorKami classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org. classNamegm_characters_gc_charactersnamegm_characters_gc_charactersauthorGlobal Mobilizationurlglobal-mobilization.com classNamegm_vehicles_air_helicopters_mi2_gc_airforce_mi2namegm_vehicles_air_helicopters_mi2_gc_airforce_mi2authorGlobal Mobilizationurlglobal-mobilization.comnclassNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_RussiaclassNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UralclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/{classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttp://ace3mod.com/authordancemooxHeader<gameTypeCoopminPlayersmaxPlayers9<Category0QnameMultiplayerAttribute0Attribute1nAttributespropertyRespawnButtonexpressiontrueValuedatatypevalue?typeSCALARpropertyRespawnTemplatesexpressiontrueValueXdatahtypevaluetypeARRAYitemsItem0datatypevalueNonetypeSTRINGIntel&EntitiesConnectionsR,ebriefingNameark_co73_marine_pocketoverviewTextUS Marines defend a shrinking pocket | Extract JIP ReqresistanceWestresistanceEast?timeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<-items,Item0Item1T"Item2(#Item3#Item4$Item5{Item6܀Item7%RItem8Item9 Item10Item11:1Item12+AItem13SItem14!ZItem15bItem16iItem17cpItem18vItem19}Item20Item21TItem22ɑItem23NItem24Item25Item26Item27Item28iItem29GItem30sItem31QItem32Item33Item34Item35Item36Item37Item38 Item39Item40yItem41Item42PItem43RdataTypeLayernameTime TriggersEntitiesAidatlOffset T" items Item0Item1Item2Item3sItem4aItem5Item6Item7Item8Item9N!T"dataTypeTriggerposition"FEкBEAttributes2idtypeEmptyDetectoratlOffset:@nametgr_safety_offconditioncall{hull3_mission_safetyTimerAbort}sizeAsizeBdataTypeTriggerposition"FBWEAttributesidtypeEmptyDetectoratlOffsetލAnametgr_time_10conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDdataTypeTriggerposition "FuBEAttributesidtypeEmptyDetectoratlOffsetNAsnametgr_time_15conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutaDaDaDsdataTypeTriggerpositionD"F_BEAttributesidtypeEmptyDetectoratlOffsetAanametgr_time_20conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutDDDadataTypeTriggerposition "F B7:EAttributesidtypeEmptyDetectoratlOffsetAnametgr_time_25conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1; heli_2 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerposition "FBW\EAttributesidtypeEmptyDetectoratlOffsetAnametgr_time_30conditioncall{triggeractivated tgr_safety_off;}onActivationcall{heli_1 setfuel 1;}sizeAsizeBtimeoutDDDdataTypeTriggerposition"FBEAttributesidtypeEmptyDetectoratlOffseteAnametgr_time_5conditioncall{triggeractivated tgr_safety_off;}sizeAsizeBtimeoutCCCdataTypeTriggerpositionD "FBVEAttributesidMtypeEmptyDetectoratlOffsetBnametgr_time_40conditioncall{triggeractivated tgr_safety_off;}onActivationcall{if (isServer) then {[arty_1,"mkr_tgt"] call ark_script_fnc_fireArty;};}sizeAsizeBtimeoutEEEdataTypeTriggerpositionEIA) EangleN@AttributesX id.typeEmptyDetectorAreaR50atlOffsetE@N!nametgr_jip_disableconditioncall{this}onActivationcall{tech_1, [tech_1] call adm_api_fnc_disableCamp; tank_1, [tank_1] call adm_api_fnc_disableCamp;}sizeAu DsizeB AsizeCAactivationByANYPLAYERisRectangleN!dataTypeTriggerpositionE6<@^REangleN@Attributes!id4typeEmptyDetectorAreaR50atlOffset@T"nametgr_jip_movingconditioncall{this}sizeA DsizeB AsizeCAactivationByANYPLAYERisRectangleT" dataTypeMarkerposition"EJB3Dnamemkr_aomarkerTypeRECTANGLEtypeellipsecolorNameColorWESTfillNameBordera>Cb{Cangle 6CdrawBorderidatlOffsetॾ(#dataTypeMarkerposition/~EKBʳDnamemkr_tgttypeEmptyidlatlOffset=#dataTypeMarkerpositionE(CcEnamemkr_extract_groundtypeEmptyidatlOffsetC$dataTypeLayernamePlayer Bits & Set DressingEntitiesa$id atlOffset@{itemsItem0%Item19*Item2+Item3E-Item4/Item52Item63Item74Item85Item96Item107Item119Item129Item13:Item14@Item158EItem16EItem17FItem18IItem19LItem20OItem21QItem22SItem23UItem24WItem25ZItem26]Item27aItem28GbItem29 o{ dataTypeObjectPositionInfoi&sideEmptyflagsAttributes&id typeCUP_B_AAV_USMCatlOffsetɻCustomAttributes&9*positionEx2`A<eEangleshB=iN@L<&skill?texturesWoodland&Attribute0&nAttributes9*propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value(9*data(9*type+(value?(9*typeARRAY?(itemsItem0g(Item1(9*dataw((type((typeARRAY(data(9*type(value(9*typeARRAY(itemsItem0)Item1e)Item2)Item3)9*data()e)typeP)valueHide_Deploymente)typeSTRINGe)datau))type)value?)typeSCALAR)data))type)valueHide_Bags_Deployment)typeSTRING)data*9*type$*value?9*typeSCALAR9*dataTypeObjectPositionInfo*sideEmptyflagsAttributes*id typeCUP_B_AAV_USMCatlOffset0ʻ+positionqE̅cAdEangleshB=N@#<*skill?+ dataTypeObjectPositionInfo+sideEmptyflagsAttributes+id typeCUP_B_AH1Z_Dynamic_USMCatlOffsetCustomAttributes+E-position?Cm~BEangles;@+skill?+Attribute0,nAttributesE-propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuer,E-data,E-type0-value[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]E-typeSTRINGE- dataTypeObjectPositionInfo-sideEmptyflagsAttributes.id typeCUP_B_AH1Z_Dynamic_USMCatlOffsetБCustomAttributes0./position2Cā~BEangles5Q@.skill?0.Attribute0X.nAttributes/propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value./data./typep/value[[[["CUP_smg_MP5A5","FirstAidKit"],[1,4]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]/typeSTRING/ dataTypeObjectPositionInfo"0sideEmptyflagsAttributesZ0id typeCUP_B_AV8B_DYN_USMCatlOffset0 CustomAttributesp12positionxkCՖBxEangles@Z0skill?lockUNLOCKEDtexturesUSMCpylonsCUP_PylonPod_1Rnd_AIM_120_AMRAAM_M;CUP_PylonPod_19Rnd_Rocket_FFAR_plane_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_3Rnd_AGM65_Maverick_M;CUP_PylonPod_19Rnd_Rocket_FFAR_plane_M;CUP_PylonPod_1Rnd_AIM_120_AMRAAM_M;p1Attribute01nAttributes2propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value12data22type2value[[[["CUP_smg_MP5A5","FirstAidKit"],[1,2]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]2typeSTRING2dataTypeObjectPositionInfoJ3sideEmptyflagsAttributes3id& typeland_gm_euro_misc_bargate_01_open3positionME[q+B*Dangles@33dataTypeObjectPositionInfo4sideEmptyflagsAttributesG4idJ typeCUP_BOX_USMC_Ammo_FatlOffsetM=4positionE+B Dangles.+#;,?;G4initcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "HMG"]] call hull3_unit_fnc_init;}4dataTypeObjectPositionInfo"5sideEmptyflagsAttributesZ5idT typeCUP_BOX_USMC_Wps_F5positionߏEo/BL}Danglesv@6+;Z5initcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}5dataTypeObjectPositionInfo96sideEmptyflagsAttributesq6idU typeCUP_BOX_USMC_Wps_F6positionE /B+ڷDanglesx@;q6initcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}6dataTypeObjectPositionInfoP7sideEmptyflagsAttributes7idV typeCUP_BOX_USMC_Wps_F7positionE/BAKDanglesv@6+;7initcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}7dataTypeObjectPositionInfog8sideEmptyflagsAttributes8idW typeCUP_BOX_USMC_Wps_F9positionER/BqDanglesx@6+;8initcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}9dataTypeObjectPositionInfo9sideEmptyflagsAttributes9idO typeFlag_US_FatlOffset9:9positionvDEK;B@^DanglesӉ@99dataTypeObjectPositionInfoO:sideEmptyflagsAttributes:idM typeCUP_BOX_USMC_WpsLaunch_FatlOffsetH8=:position[E/B*xDangles.+#;s@;:initcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "MTR"]] call hull3_unit_fnc_init;}: dataTypeObjectPositionInfo;sideEmptyflagsAttributes;id typeCUP_B_LAV25M240_USMCatlOffset;CustomAttributes;@positionEThAdEanglesL<] X@;skill?lockUNLOCKEDtexturesNATO_woodland;Attribute0%<nAttributes@propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value6=@dataF=@typea=valueu=@typeARRAYu=itemsItem0=Item1=@data==type==typeARRAY=data=@type=value>@typeARRAY>itemsItem0d>Item1>Item2>Item3F?Item4?Item5?@datat>>type>valueHide_Deployment>typeSTRING>data>>type>value?>typeSCALAR>data?F?type1?valueHide_Turret_DeploymentF?typeSTRINGF?dataV??typer?value??typeSCALAR?data??type?valueHide_Antenna?typeSTRING?data?@type?value?@typeSCALAR@ dataTypeObjectPositionInfo@sideEmptyflagsAttributes@id typeCUP_B_LAV25M240_USMCatlOffsetCustomAttributes#A8EpositionaE)hAdEanglesÿ<l_@h@@skill?lockUNLOCKEDtexturesNATO_woodland#AAttribute0KAnAttributes8EpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value\B8EdatalB8EtypeBvalueB8EtypeARRAYBitemsItem0BItem1B8EdataBBtypeBBtypeARRAYBdataC8Etype"Cvalue6C8EtypeARRAY6CitemsItem0CItem1CItem2DItem3lDItem4DItem5D8EdataCCtypeCvalueHide_DeploymentCtypeSTRINGCdataCDtypeDvalue?DtypeSCALARDdata(DlDtypeWDvalueHide_Turret_DeploymentlDtypeSTRINGlDdata|DDtypeDvalue?DtypeSCALARDdataDDtypeDvalueHide_AntennaDtypeSTRINGDdataE8Etype#Evalue?8EtypeSCALAR8EdataTypeObjectPositionInfoEsideEmptyAttributesEidZ typeplp_bo_LightBulbRed_StcatlOffset@*C?EpositionQE-B!Dangles&@EEdataTypeObjectPositionInfozFsideEmptyflagsAttributesFidP typeLand_Hlidac_budkaatlOffset$Fposition'ZE/B0LDanglesː>FF dataTypeObjectPositionInfoZGsideEmptyflagsAttributesGid typeCUP_B_nM1025_M2_USMC_WDLatlOffsetCustomAttributesHIpositionEP4BǓDanglesxs@!#h@$cskill?lockUNLOCKEDtexturesUSWoodland\cAttribute0cAttribute1enAttributes opropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuecedatacetypeevalue[[[["CUP_arifle_M4A1","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USMC_MOLLE"],[4]]],false]etypeSTRINGepropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value(f odata8f otypeSfvaluegf otypeARRAYgfitemsItem0fItem1f odatafftypefftypeARRAYfdataf otypefvalueg otypeARRAYgitemsItem0*hItem1|hItem2hItem3 iItem4NiItem5iItem6iItem71jItem8rjItem9jItem10 kItem11_kItem12kItem13kItem144lItem15lItem16lItem17mItem18YmItem19mItem20mItem21:nItem22{nItem23n odata:h|htypeghvaluehide_bustle_rack_ext|htypeSTRING|hdatahhtypehvalue?htypeSCALARhdatah itypehvaluehide_duke_antennas itypeSTRING idataiNitype9ivalue?NitypeSCALARNidata^iitypeivaluehide_loader_shielditypeSTRINGidataiitypeivalue?itypeSCALARidatai1jtypejvaluehide_rear_side_skirt1jtypeSTRING1jdataAjrjtype]jvalue?rjtypeSCALARrjdatajjtypejvaluehide_M250_Smoke_LauncherjtypeSTRINGjdataj ktypejvalue? ktypeSCALAR kdatak_ktypeJkvaluehide_M257_Smoke_Launcher_ktypeSTRING_kdataokktypekvaluektypeSCALARkdatakktypekvaluehide_cip_panel_bustlektypeSTRINGkdatal4ltypelvalue?4ltypeSCALAR4ldataDlltypeplvaluehide_cip_panel_rearltypeSTRINGldatalltypelvalue?ltypeSCALARldatalmtypemvaluehide_front_ti_panelsmtypeSTRINGmdata(mYmtypeDmvalue?YmtypeSCALARYmdataimmtypemvaluehide_reserve_wheelsmtypeSTRINGmdatammtypemvalue?mtypeSCALARmdatam:ntype%nvaluehide_Deployment_1:ntypeSTRING:ndataJn{ntypefnvalue?{ntypeSCALAR{ndatanntypenvaluehide_Deployment_2ntypeSTRINGndatan otypenvalue otypeSCALAR o dataTypeObjectPositionInfoosideEmptyflagsAttributesoidPtypeCUP_B_M1A1FEP_Woodland_USMCatlOffset@CustomAttributes p{position,CEhlA)cEangles;>@oskill?lockUNLOCKEDtexturesUSWoodland pAttribute0XpAttribute1qnAttributes{propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuepqdatapqtypeqvalue[[[["CUP_arifle_M4A1","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_USMC_MOLLE"],[4]]],false]qtypeSTRINGqpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Valuer{datar{typesvalue+s{typeARRAY+sitemsItem0SsItem1s{datacsstypessstypeARRAYsdatas{typesvalues{typeARRAYsitemsItem0tItem1@uItem2uItem3uItem4vItem5bvItem6vItem7vItem86wItem9wItem10wItem11#xItem12dxItem13xItem14xItem15IyItem16yItem17yItem18zItem19nzItem20zItem21zItem22?{Item23{{datat@utype+uvaluehide_bustle_rack_ext@utypeSTRING@udataPuutypeluvalue?utypeSCALARudatauutypeuvaluehide_duke_antennasutypeSTRINGudatauvtypeuvalue?vtypeSCALARvdata"vbvtypeMvvaluehide_loader_shieldbvtypeSTRINGbvdatarvvtypevvalue?vtypeSCALARvdatavvtypevvaluehide_rear_side_skirtvtypeSTRINGvdataw6wtype!wvalue?6wtypeSCALAR6wdataFwwtypewwvaluehide_M250_Smoke_LauncherwtypeSTRINGwdatawwtypewvalue?wtypeSCALARwdataw#xtypexvaluehide_M257_Smoke_Launcher#xtypeSTRING#xdata3xdxtypeOxvaluedxtypeSCALARdxdatatxxtypexvaluehide_cip_panel_bustlextypeSTRINGxdataxxtypexvalue?xtypeSCALARxdatayIytype4yvaluehide_cip_panel_rearIytypeSTRINGIydataYyytypeuyvalue?ytypeSCALARydatayytypeyvaluehide_front_ti_panelsytypeSTRINGydatayztypezvalue?ztypeSCALARzdata-znztypeYzvaluehide_reserve_wheelsnztypeSTRINGnzdata~zztypezvalue?ztypeSCALARzdatazztypezvaluehide_Deployment_1ztypeSTRINGzdata{?{type*{value??{typeSCALAR?{dataO{{typey{valuehide_Deployment_2{typeSTRING{data{{type{value{typeSCALAR{dataTypeLayernameModulesEntities|id atlOffsetB܀itemsItem0O|Item1Item2u܀dataTypeLogicPositionInfo|id typeModuleCurator_FatlOffset5CCustomAttributes|position E>CfD|Attribute06}Attribute1}Attribute2~Attribute37nAttributespropertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Value}}data}}type}value#adminLogged}typeSTRING}propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];ValueR~~datab~~type~~value~typeSCALAR~propertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];Value~7data 7type"value7typeSTRING7propertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Valuedatatypevalue@@typeSCALARdataTypeLogicPositionInfo=id typeARK_Clear_VehicleatlOffsetk-upositionCnAQGEangles<M@udataTypeLogicPositionInfoidf typeARK_ACE_Rearm܀positionEpB8BD܀dataTypeLayernameSafety Off (54 Inf)stateEntitiesAid{ atlOffset'B%R)items(Item0)Item1͆Item2qItem3:Item4Item5Item6!Item7ڟItem8Item9UItem10Item11ִItem12Item13)Item14Item15vItem165Item17Item18mItem19&Item20Item21yItem22 Item23Item24Item25Item26Item27fItem28%Item29Item30MItem31Item32(Item33i,Item34 0Item350Item36=Item37AItem38DItem39fE%RdataTypeGroupsideCivilianEntitiesAttributesdžid atlOffsetR޿͆itemsItem0Item1DžItem2Gdž dataTypeObjectPositionInfoOsideCivilianflagsAttributesoid typeC_Bob_VRatlOffsetCustomAttributesuDžpositionME1NB^EDouAttribute0Attribute1@nAttributesDžpropertyspeakerexpression_this setspeaker _value;Value@data@type+valueMale01GREVR@typeSTRING@propertypitchexpression_this setpitch _value;ValueDždataDžtypevalue\?DžtypeSCALARDždataTypeWaypointloiterAltitudepositionEPB ۊDEffectsAshowWPNEVERid typeMoveGGdataTypeWaypointloiterAltitudeposition$EIHBDEffectsshowWPNEVERid typeMovedždž͆dataTypeGroupsideCivilianEntities+Attributeskid atlOffsetR޿qitemsItem0^Item1kItem2k dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffsetCustomAttributeskpositionaEQBEDAttribute0QAttribute1nAttributeskpropertyspeakerexpression_this setspeaker _value;ValuedatatypeψvalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value*kdata:ktypeVvalue\?ktypeSCALARkdataTypeWaypointloiterAltitudeposition05E@EB nDEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition$EIHBDEffectseshowWPNEVERid typeMovekkqdataTypeTriggerpositionELBSDDAttributesid typeEmptyDetectorAreaR50atlOffset:conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A:dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesڋposition2E BUAttribute0Attribute1SAttribute2Attribute3ףAttribute4Attribute5cAttribute6#Attribute7Attribute8§Attribute9Attribute10lAttribute11<Attribute12Attribute13ܫnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueSdata%Stype>valueStypeSTRINGSpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueԢdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valueףdataףtype£valueBףtypeSCALARףpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueXdatahtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value"cdata2ctypeNvalue ActypeSCALARcpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value#data#typevalue#typeBOOL#propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedata̦typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value§data§typevalue§typeSTRING§propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueYdataitypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value+ldata;ltypeWvalueltypeSCALARlpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value<data <type'value@<typeSCALAR<propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueǪdataתtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueܫdataܫtypeǫvalueܫtypeSCALARܫpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuekdata{typevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesOid~ atlOffsetR޿UitemsItem0:Item1OItem2ϯOdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesOpositionE7BzFDangles@Attribute05Attribute1ȮnAttributesOpropertyspeakerexpression_this setspeaker _value;ValueȮdataȮtypevalueMale01GREVRȮtypeSTRINGȮpropertypitchexpression_this setpitch _value;ValueOdataOtype:value\?OtypeSCALAROdataTypeWaypointloiterAltitudeposition$E?fB`DEffectsɯshowWPNEVERid typeMoveϯϯdataTypeWaypointloiterAltitudeposition$EIHBDEffectsIshowWPNEVERid typeMoveOOUdataTypeGroupsideCivilianEntitiesAttributes id atlOffsetR޿itemsItem0Item1 Item2 dataTypeObjectPositionInfo{sideCivilianflagsAttributesid typeC_Bob_VRatlOffset7CustomAttributes positionE9BeDangles@Attribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;Value;dataKtypeovalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Valueʲ dataڲ typevalue\? typeSCALAR dataTypeWaypointloiterAltitudepositionzEPBDEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition$EIHBDEffectsshowWPNEVERid typeMove dataTypeTriggerpositionE9B8DangleAttributesid typeEmptyDetectorAreaR50ִconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AִdataTypeLogicPositionInfo>id typeAdmiral_OndemandCampZoneCustomAttributesvpositionHQE@MBnOyDanglesr@8a?iCAttribute9Attribute10Attribute11Attribute12Attribute13XnAttributes%propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value  data  type value typeSTRING propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueP  data`  type| value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value S data" S type> valueBS typeSCALARS propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value  data  type valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value  data  type value A typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value`  datap  type value typeBOOL propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value8ydataHytypedvalueytypeSCALARypropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value>data>type)value>typeSTRING>propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuewdatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueXdata'XtypeCvalueXtypeSCALARXpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value%data%typevalue%typeSTRING%dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetR޿itemsItem0Item1Item23dataTypeObjectPositionInfo;sideCivilianflagsAttributes[id typeC_Bob_VRCustomAttributesapositionzEAzD[aAttribute0Attribute1,nAttributespropertyspeakerexpression_this setspeaker _value;Value,data,typevalueMale01GREVR,typeSTRING,propertypitchexpression_this setpitch _value;Valuerdatatypevalue\?typeSCALARdataTypeWaypointloiterAltitudepositionEBDEffects-showWPNEVERid typeMove33dataTypeWaypointloiterAltitudeposition$EIHBDEffectsshowWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesAttributesGid atlOffsetR޿MitemsItem0JItem1GItem2GdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesGposition]FEU A6^DAttribute0-Attribute1nAttributesGpropertyspeakerexpression_this setspeaker _value;ValuewdatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;ValueGdataGtype2value\?GtypeSCALARGdataTypeWaypointloiterAltitudeposition E6vAiDEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudeposition$EIHBDEffectsAshowWPNEVERid typeMoveGGMdataTypeTriggerpositionCpEMXA9DAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AdataTypeLogicPositionInfonid typeAdmiral_OndemandCampZoneCustomAttributes(positionE)wBDanglesC@8a?v@Attribute0Attribute1oAttribute21Attribute3Attribute4 Attribute5!Attribute6?"Attribute7#Attribute8#Attribute9$Attribute10%Attribute11X&Attribute12$'Attribute13'nAttributes(propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value1odataAotypeZvalueotypeSTRINGopropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value1data1typevalue1typeSCALAR1propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuet  data  type valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value>!!dataN!!typej!value A!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value"?"data"?"type,"value?"typeBOOL?"propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value"#data"#type#value#typeSCALAR#propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value##data##type#value#typeSTRING#propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valueu$$data$$type$value$typeSCALAR$propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueG%%dataW%%types%value%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value&X&data'&X&typeC&value@X&typeSCALARX&propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value&$'data&$'type'value$'typeSCALAR$'propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value''data''type'value'typeSCALAR'propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value((data((type(value(typeSTRING(dataTypeGroupsideCivilianEntities#)Attributesc,id atlOffsetR޿i,itemsItem0V)Item1c+Item2+c, dataTypeObjectPositionInfo)sideCivilianflagsAttributes *id typeC_Bob_VRatlOffset6CustomAttributes*c+positionEdAB D **Attribute0I*Attribute1*nAttributesc+propertyspeakerexpression_this setspeaker _value;Value**data**type*valueMale01GREVR*typeSTRING*propertypitchexpression_this setpitch _value;Value"+c+data2+c+typeN+value\?c+typeSCALARc+dataTypeWaypointloiterAltitudeposition=IEm'BDEffects+showWPNEVERid typeMove++dataTypeWaypointloiterAltitudeposition$EIHBDEffects],showWPNEVERid typeMovec,c,i,dataTypeGroupsideCivilianEntities,Attributes0id atlOffsetR޿ 0itemsItem0,Item1/Item2/0 dataTypeObjectPositionInfo-sideCivilianflagsAttributes-id typeC_Bob_VRatlOffset6CustomAttributes-/positionfEۚAB>D--Attribute0-Attribute1.nAttributes/propertyspeakerexpression_this setspeaker _value;Value7..dataG..typek.valueMale01GREVR.typeSTRING.propertypitchexpression_this setpitch _value;Value./data./type.value\?/typeSCALAR/dataTypeWaypointloiterAltitudepositionIEXBDEffects/showWPNEVERid typeMove//dataTypeWaypointloiterAltitudeposition$EIHBDEffects0showWPNEVERid typeMove00 0dataTypeTriggerposition͵ESAB~DAttributesu0id typeEmptyDetectorAreaR500conditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB A0dataTypeLogicPositionInfo.1id typeAdmiral_OndemandCampZoneCustomAttributesf1=positionvEsoBVDanglesItem1@Item2@AdataTypeObjectPositionInfo>sideCivilianflagsAttributes>id typeC_Bob_VRCustomAttributes>@positionMEB=E>>Attribute0>Attribute1?nAttributes@propertyspeakerexpression_this setspeaker _value;ValueC??dataS??typew?valueMale01GREVR?typeSTRING?propertypitchexpression_this setpitch _value;Value?@data?@type?value\?@typeSCALAR@dataTypeWaypointloiterAltitudepositionES'BBDEffects@showWPNEVERid typeMove@@dataTypeWaypointloiterAltitudeposition$EIHBDEffects AshowWPNEVERid typeMoveAAAdataTypeGroupsideCivilianEntitieswAAttributesDid atlOffsetR޿DitemsItem0AItem1CItem2'DDdataTypeObjectPositionInfo/BsideCivilianflagsAttributesOBid typeC_Bob_VRCustomAttributesUBCposition%EB ;EOBUBAttribute0BAttribute1 CnAttributesCpropertyspeakerexpression_this setspeaker _value;ValueB CdataB Ctype CvalueMale01GREVR CtypeSTRING Cpropertypitchexpression_this setpitch _value;ValuefCCdatavCCtypeCvalue\?CtypeSCALARCdataTypeWaypointloiterAltitudepositionLHEN9BxDEffects!DshowWPNEVERid typeMove'D'DdataTypeWaypointloiterAltitudeposition$EIHBDEffectsDshowWPNEVERid typeMoveDDDdataTypeTriggerposition+EnBEAttributesEid typeEmptyDetectorAreaR50fEconditioncall{triggeractivated tgr_safety_off;}sizeA AsizeB AfEdataTypeLogicPositionInfoEid typeAdmiral_OndemandCampZoneCustomAttributesF%RpositionEGB"EanglesA=8a?2q>FAttribute0GAttribute1GAttribute2HAttribute3SIAttribute4JAttribute5JAttribute6KAttribute7yLAttribute8>MAttribute9NAttribute10NAttribute11OAttribute12PAttribute13XQnAttributes%RpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueGGdataGGtypeGvalueGtypeSTRINGGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuePHHdata`HHtype|HvalueHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueISIdata"ISItype>IvalueBSItypeSCALARSIpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueIJdataIJtypeJvalueBJtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueJJdataJJtypeJvalue AJtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value`KKdatapKKtypeKvalueKtypeBOOLKpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value8LyLdataHLyLtypedLvalueyLtypeSCALARyLpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueM>MdataM>Mtype)Mvalue>MtypeSTRING>MpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueMNdataMNtypeNvalueNtypeSCALARNpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueNNdataNNtypeNvalueNtypeSCALARNpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuewOOdataOOtypeOvalue@OtypeSCALAROpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueCPPdataSPPtypeoPvaluePtypeSCALARPpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueQXQdata'QXQtypeCQvalueXQtypeSCALARXQpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQ%RdataQ%RtypeRvalue%RtypeSTRING%RdataTypeLayername5 Minutes - Technical Start (4 Tech)EntitiesRid atlOffset.A items Item0'SItem1TItem2UItem3bbItem4dItem5dItem6qItem7sItem8sItem9Item10MItem11dataTypeGroupsideCivilianEntitiesSAttributesTid atlOffsetTitemsItem0SItem1RTTdataTypeObjectPositionInfo,TsideCivilianflagsAttributesLTid typeC_Bob_VRatlOffsetRTpositionDEB#cDLTRTdataTypeWaypointloiterAltitudeposition8E>IBpDEffectsTshowWPNEVERid typeMoveTTTdataTypeTriggerposition [EBDAttributes@Uid typeEmptyDetectorAreaR50Uconditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AUdataTypeLogicPositionInfoVid typeAdmiral_OndemandCampZoneatlOffset6CustomAttributes=Vbbposition)EZBLDanglesv@==VAttribute09WAttribute1XAttribute2XAttribute3YAttribute4LZAttribute5[Attribute6[Attribute7\Attribute8{]Attribute9S^Attribute10%_Attribute11_Attribute12`Attribute13anAttributesbbpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueWXdataWXtypeWvalueXtypeSTRINGXpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueXXdataXXtypeXvalueXtypeSCALARXpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueIYYdataYYYtypeuYvalueBYtypeSCALARYpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value ZLZdataZLZtype7ZvalueBLZtypeSCALARLZpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueZ[dataZ[type[valueA[typeSCALAR[propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value[[data[[type[value[typeBOOL[propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueo\\data\\type\value\typeSCALAR\propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value7]{]dataG]{]typef]valuetech_1{]typeSTRING{]propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value^S^data"^S^type>^valueS^typeSCALARS^propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value^%_data^%_type_value?%_typeSCALAR%_propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value__data__type_value_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value``data``type`value`typeSCALAR`propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueTaadatadaatypeavalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value$bbbdata4bbbtypeMbvaluebbtypeSTRINGbbdataTypeGroupsideCivilianEntitiesbAttributes did atlOffset6ditemsItem0bItem1c ddataTypeObjectPositionInfogcsideCivilianflagsAttributescid typeC_Bob_VRatlOffset6cpositionhEPAB~iDccdataTypeWaypointloiterAltitudeposition8E>IBpDEffectsdshowWPNEVERid typeMove d dddataTypeTriggerpositionh@E BB܍DAttributes{did typeEmptyDetectorAreaR50dconditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AddataTypeLogicPositionInfo0eid typeAdmiral_OndemandCampZoneCustomAttributesheqpositionJEw@BJDangles.@@heAttribute0dfAttribute11gAttribute2gAttribute3hAttribute4wiAttribute5AjAttribute6kAttribute7kAttribute8lAttribute9xmAttribute10JnAttribute11oAttribute12oAttribute13pnAttributesqpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuef1gdatag1gtypegvalue1gtypeSTRING1gpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueggdataggtypegvaluegtypeSCALARgpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuethhdatahhtypehvalueBhtypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value6iwidataFiwitypebivalueBwitypeSCALARwipropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuejAjdatajAjtype,jvalueAAjtypeSCALARAjpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuejkdatajktypejvaluektypeBOOLkpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuekkdatakktypekvaluektypeSCALARkpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueblldatarlltypelvalueltypeSTRINGlpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value7mxmdataGmxmtypecmvaluexmtypeSCALARxmpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value nJndatanJntype5nvalue?JntypeSCALARJnpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuenodatanotypeovalueotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueoodataootypeovalueotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueyppdatapptypepvalueptypeSCALARppropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueIqqdataYqqtyperqvalueqtypeSTRINGqdataTypeGroupsideCivilianEntitiesqAttributessid sitemsItem0qItem1rsdataTypeObjectPositionInfolrsideCivilianflagsAttributesrid typeC_Bob_VRrpositionUE,A=DrrdataTypeWaypointloiterAltitudeposition8E>IBpDEffects sshowWPNEVERid typeMovesssdataTypeTriggerpositionEAdaDAttributessid typeEmptyDetectorAreaR50sconditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AsdataTypeLogicPositionInfoEtid typeAdmiral_OndemandCampZoneatlOffset6CustomAttributes}tpositionEXA4Dangles.+#;}tAttribute0yuAttribute1FvAttribute2wAttribute3wAttribute4xAttribute5VyAttribute6zAttribute7zAttribute8{Attribute9|Attribute10_}Attribute11/~Attribute12~Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuevFvdatavFvtype1vvalueFvtypeSTRINGFvpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuevwdatavwtypevvaluewtypeSCALARwpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuewwdatawwtypewvalueBwtypeSCALARwpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueKxxdata[xxtypewxvalueBxtypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueyVydata%yVytypeAyvalueAVytypeSCALARVypropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueyzdatayztypezvalueztypeBOOLzpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuezzdatazztypezvalueztypeSCALARzpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuew{{data{{type{value{typeSTRING{propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueL||data\||typex|value|typeSCALAR|propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value}_}data.}_}typeJ}value?_}typeSCALAR_}propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value}/~data}/~type~value/~typeSCALAR/~propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value~~data~~type~value~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value^datantypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesGid atlOffset7MitemsItem0"Item1ǁGdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset7ǁposition;E BmDǁdataTypeWaypointloiterAltitudeposition8E>IBpDEffectsAshowWPNEVERid typeMoveGGMdataTypeTriggerpositionQEOBHDAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_5;}sizeA AsizeB AdataTypeLogicPositionInfojid typeAdmiral_OndemandCampZoneCustomAttributesposition+GEB"Dangles!>g1>Attribute0Attribute1kAttribute2-Attribute3Attribute4Attribute5{Attribute6;Attribute7Attribute8ڊAttribute9Attribute10Attribute11TAttribute12 Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value-kdata=ktypeVvaluektypeSTRINGkpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value-data-typevalue-typeSCALAR-propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypeچvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuepdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value:{dataJ{typefvalueA{typeSCALAR{propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value;data ;type(value;typeBOOL;propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueԉdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueڊdataڊtypeŊvalueڊtypeSTRINGڊpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueqdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueCdataStypeovalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueTdata#Ttype?valueTtypeSCALARTpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valueߍ data type value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataÎtypeߎvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayername10 Minutes - Tank Start (4 Tank)Entities'id atlOffset`-  items Item0Item1pItem2&Item3Item4Item5<Item6Item7Item8BItem9Item10Item11N dataTypeGroupsideCivilianEntitiesAttributesjid atlOffset6pitemsItem0EItem1jdataTypeObjectPositionInfođsideCivilianflagsAttributesid typeC_Bob_VRatlOffset6positionyECBdwDdataTypeWaypointloiterAltitudepositionEBHBDEffectsdshowWPNEVERid typeMovejjpdataTypeTriggerpositionEFbDBDAttributesؒid typeEmptyDetectorAreaR50&conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A&dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset6CustomAttributes֓position9wEBB`ځDangles< 5=֓Attribute0ҔAttribute1Attribute2aAttribute3#Attribute4Attribute5Attribute6oAttribute7IAttribute8Attribute9Attribute10Attribute11Attribute12TAttribute13(nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueadataqtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value adata0atypeLvalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#data#typevalueB#typeSCALAR#propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypeЗvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuendata~typevalue4BtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value0odata@otype\valueotypeBOOLopropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueIdataItype4valueItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueКdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypeћvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuewdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueGdataWtypesvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueTdata#Ttype?value?TtypeSCALARTpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value(data(typevalue(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataǟtypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesCAttributesid itemsItem0kItem1dataTypeObjectPositionInfoڠsideCivilianflagsAttributesid typeC_Bob_VRpositionz=E6 B\DdataTypeWaypointloiterAltitudepositionEBHBDEffectszshowWPNEVERid typeMovedataTypeTriggerposition=E3 B/DAttributesid typeEmptyDetectorAreaR50<conditioncall{triggeractivated tgr_time_10;}sizeA AsizeB A<dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributesܢposition:EyB}Dangles=Z=ܢAttribute0أAttribute1Attribute2gAttribute3)Attribute4Attribute5Attribute6uAttribute7OAttribute8Attribute9Attribute10Attribute11Attribute12ZAttribute13.nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuegdatawtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&gdata6gtypeRvaluegtypeSCALARgpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value)data)typevalueB)typeSCALAR)propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuedatatype֦valueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuetdatatypevalue4BtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value6udataFutypebvalueutypeBOOLupropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueOdataOtype:valueOtypeSCALAROpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value֩datatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypeתvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value}datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueZdata)ZtypeEvalue?ZtypeSCALARZpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value.data.typevalue.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataͮtypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesIAttributesid itemsItem0qItem1dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRpositiongE+ADdataTypeWaypointloiterAltitudepositionEBHBDEffectsshowWPNEVERid typeMovedataTypeTriggerpositiongEeADAttributesid typeEmptyDetectorAreaR50Bconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB ABdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributespositionFEADangleso!@a=Attribute0޲Attribute1Attribute2mAttribute3/Attribute4Attribute5Attribute6{Attribute7UAttribute8 Attribute9Attribute10ʺAttribute11Attribute12fAttribute13:nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuemdata}typevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,mdata<mtypeXvaluemtypeSCALARmpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value/data/typevalueB/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypeܵvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuezdatatypevalue4BtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value<{dataL{typehvalue{typeBOOL{propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueUdata$Utype@valueUtypeSCALARUpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueܸ data type valuetank_1 typeSTRING propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedataǹtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueʺdataʺtypevalueʺtypeSCALARʺpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueYdataitypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value%fdata5ftypeQvalue?ftypeSCALARfpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value:data :type%value:typeSCALAR:propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueɽdataٽtypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesUAttributesid itemsItem0}Item1dataTypeObjectPositionInfosideCivilianflagsAttributes id typeC_Bob_VRposition3EbBE dataTypeWaypointloiterAltitudepositionEBHBDEffectsshowWPNEVERid typeMovedataTypeTriggerpositionEBΕEAttributesid typeEmptyDetectorAreaR50Nconditioncall{triggeractivated tgr_time_10;}sizeA AsizeB ANdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneCustomAttributes positionnEB.&Eangles_@@Attribute0Attribute1Attribute2yAttribute3;Attribute4Attribute5Attribute6Attribute7aAttribute8&Attribute9Attribute10Attribute11Attribute12lAttribute13@nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueydatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value8ydataHytypedvalueytypeSCALARypropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value;data ;type&valueB;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue4BtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueHdataXtypetvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value adata0atypeLvalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value&data&typevalue&typeSTRING&propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value_dataotypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value+ldata;ltypeWvalue?ltypeSCALARlpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value@data@type+value@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value data typevalue typeSTRING dataTypeLayername15 Minutes - Rotor InsertstateEntitiesxid atlOffsetwAitemsItem0Item1Item28Item3uItem4Item5hdataTypeTriggerpositionEBB3lCAttributes4id typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB AdataTypeTriggerpositionEuMBBdCAttributesid typeEmptyDetectorAreaR508conditioncall{triggeractivated tgr_time_15;}sizeA AsizeB A8dataTypeGroupsideCivilianEntitiesAttributesoid atlOffsetR޿uitemsItem0Item1oItem2odataTypeObjectPositionInfoIsideCivilianflagsAttributesiid typeC_Jeff_VRatlOffsetopositionSEBB lCiodataTypeWaypointloiterAltitudeposition,EOSB;DEffectsshowWPNEVERid typeMovedataTypeWaypointloiterAltitudepositionNUE{@~EEffectsishowWPNEVERid typeMoveooudataTypeGroupsideCivilianEntitiesAttributesid atlOffsetR޿itemsItem0Item1Item2,dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Jeff_VRatlOffsetpositionڤEWBBdCdataTypeWaypointloiterAltitudeposition/Eh5B0DEffects&showWPNEVERidtypeMove,,dataTypeWaypointloiterAltitudepositionYE`A^EEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo"id typeARK_Rotor_InsertatlOffset6CustomAttributesBhpositionVEDBkCBAttribute0Attribute1hAttribute2.Attribute3Attribute4nAttributeshpropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value'hdata7htypeSvalueBhtypeSCALARhpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value.data.typevalueDefault.typeSTRING.propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueVdataftypevalueBtypeSCALARpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuehdata&htypeSvalueark_rotor_fnc_inserthtypeSTRINGhdataTypeLogicPositionInfoidtypeARK_Rotor_InsertatlOffset6CustomAttributespositionPE[CBcCAttribute0`Attribute1Attribute2Attribute3Attribute4MnAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Valuedatatype valueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueUdataetypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value MdataMtype8valueBMtypeSCALARMpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuedatatype valueark_rotor_fnc_inserttypeSTRINGdataTypeLayername20 Minutes - More Inf (24 Inf)stateEntitiesid atlOffset-A:1itemsItem0VItem1Item2~Item3@Item4Item5Item67Item7Item8Item9L Item10Item11Item12qItem13 Item14#Item15k$:1dataTypeGroupsideCivilianEntitiesAttributesid atlOffsetR޿itemsItem0Item1Item2ddataTypeObjectPositionInfolsideCivilianflagsAttributesid typeC_Bob_VRCustomAttributespositionbEAdDAttribute0Attribute1]nAttributespropertyspeakerexpression_this setspeaker _value;Value]data$]typeHvalueMale01GREVR]typeSTRING]propertypitchexpression_this setpitch _value;Valuedatatypevalue33s?typeSCALARdataTypeWaypointloiterAltitudepositionEAoDEffects^showWPNEVERidtypeMovedddataTypeWaypointloiterAltitudepositionD EHBPDEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesHAttributesxid atlOffsetR޿~itemsItem0{Item1xItem2xdataTypeObjectPositionInfosideCivilianflagsAttributes id typeC_Bob_VRCustomAttributes&xposition E5A찖D &Attribute0^Attribute1nAttributesxpropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value7xdataGxtypecvalueG?xtypeSCALARxdataTypeWaypointloiterAltitudepositionE'BDEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionD EHBPDEffectsrshowWPNEVERidtypeMovexx~dataTypeTriggerpositionE gADangleP@Attributesid typeEmptyDetectorAreaR50@conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB A@dataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffsetCustomAttributespositionEpADDanglesW@ -=Attribute0Attribute1Attribute2{Attribute3=Attribute4Attribute5Attribute6Attribute7cAttribute8(Attribute9Attribute10Attribute11Attribute12nAttribute13BnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value{datatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value:{dataJ{typefvalue{typeSCALAR{propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value=data =type(valueB=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatatypevalueAtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueJdataZtypevvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value"cdata2ctypeNvaluectypeSCALARcpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value(data(typevalue(typeSTRING(propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valueadataqtypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value-ndata=ntypeYvaluentypeSCALARnpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueBdataBtype-valueBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesmAttributesidatlOffsetR޿itemsItem0Item1Item2dataTypeObjectPositionInfo%sideCivilianflagsAttributesEidtypeC_Bob_VRCustomAttributesKpositionEY3B EEKAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value\dataltypevalue33s?typeSCALARdataTypeWaypointloiterAltitudepositionM:EN5B8DEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionD EHBPDEffectsshowWPNEVERid typeMovedataTypeGroupsideCivilianEntitiesAttributes1idatlOffsetR޿7itemsItem04Item11Item21dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRCustomAttributes1positionEBMEAttribute0Attribute1nAttributes1propertyspeakerexpression_this setspeaker _value;ValueadataqtypevalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Value1data1typevalueG?1typeSCALAR1dataTypeWaypointloiterAltitudepositionETzBDEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionD EHBPDEffects+showWPNEVERid!typeMove117dataTypeTriggerpositionEJBEangleP@AttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AdataTypeLogicPositionInfoaid typeAdmiral_OndemandCampZoneCustomAttributespositionElBDanglesW@ -=Attribute0Attribute1bAttribute2$Attribute3Attribute4Attribute5rAttribute62Attribute7 Attribute8Attribute9Attribute10{Attribute11KAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value$bdata4btypeMvaluebtypeSTRINGbpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$data$typevalue$typeSCALAR$propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuegdatawtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value1rdataArtype]valueArtypeSCALARrpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value2data2typevalue2typeBOOL2propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value data typevalue typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuehdataxtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value:{dataJ{typefvalue{typeSCALAR{propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value KdataKtype6value@KtypeSCALARKpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuezdatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesF id atlOffsetR޿L itemsItem0IItem1F Item2 F dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRCustomAttributesF position*/EB#DAttribute0, Attribute1 nAttributesF propertyspeakerexpression_this setspeaker _value;Valuev  data  type valueMale01GREVR typeSTRING propertypitchexpression_this setpitch _value;Value F data F type1 value33s?F typeSCALARF dataTypeWaypointloiterAltitudeposition]E揄BDEffects showWPNEVERidtypeMove  dataTypeWaypointloiterAltitudepositionD EHBPDEffects@ showWPNEVERid"typeMoveF F L dataTypeGroupsideCivilianEntities Attributesid atlOffsetR޿itemsItem0 Item1 Item2ZdataTypeObjectPositionInfob sideCivilianflagsAttributes id typeC_Bob_VRCustomAttributes  position{EBsD  Attribute0 Attribute1S nAttributes propertyspeakerexpression_this setspeaker _value;Value S data S type> valueMale01GREVRS typeSTRINGS propertypitchexpression_this setpitch _value;Value  data  type valueG? typeSCALAR dataTypeWaypointloiterAltitudepositionlEtB]DEffectsTshowWPNEVERidtypeMoveZZdataTypeWaypointloiterAltitudepositionD EHBPDEffectsshowWPNEVERid#typeMovedataTypeTriggerposition[EBDangleP@AttributesTidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_time_20;}sizeA AsizeB AdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesRqpositionX[Et2BPDangles_f@W@g=RAttribute0NAttribute1Attribute2Attribute3Attribute4aAttribute5+Attribute6Attribute7Attribute8Attribute9bAttribute104Attribute11Attribute12Attribute13nAttributesqpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value^datantypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value adata0atypeLvalueBatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value+data+typevalueA+typeSCALAR+propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueLdata\typeuvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value!bdata1btypeMvaluebtypeSCALARbpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value4data4typevalue4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuecdatastypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value3qdataCqtype\valueqtypeSTRINGqdataTypeGroupsideCivilianEntitiesAttributes idatlOffsetR޿ itemsItem0Item1Item2  dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6CustomAttributespositionEHBDAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value?dataOtypesvalueMale01GREVRtypeSTRINGpropertypitchexpression_this setpitch _value;Valuedatatypevalue33s?typeSCALARdataTypeWaypointloiterAltitudeposition~E0gBDEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionD EHBPDEffects showWPNEVERid$typeMove   dataTypeGroupsideCivilianEntitiess Attributes#idatlOffsetR޿#itemsItem0 Item1"Item2###dataTypeObjectPositionInfo+!sideCivilianflagsAttributesK!idtypeC_Bob_VRCustomAttributesQ!"positionV.EWGB4DK!Q!Attribute0!Attribute1"nAttributes"propertyspeakerexpression_this setspeaker _value;Value!"data!"type"valueMale01GREVR"typeSTRING"propertypitchexpression_this setpitch _value;Valueb""datar""type"valueG?"typeSCALAR"dataTypeWaypointloiterAltitudepositionTEh ,valueS,typeSTRINGS,propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value,+-data,+-type-value+-typeSCALAR+-propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value--data--type-value-typeSCALAR-propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value..data..type.value@.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueX//datah//type/value/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value,0m0data<0m0typeX0valuem0typeSCALARm0propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value0:1data 1:1type%1value:1typeSTRING:1dataTypeLayername25 Minutes - Rotor InsertstateEntities1id atlOffsetpJ!+AitemsItem01Item164Item2c6Item37Item47Item5m<+AdataTypeGroupsideCivilianEntitiesW2Attributes04id atlOffsetR޿64itemsItem02Item103Item2304dataTypeObjectPositionInfo 3sideCivilianflagsAttributes*3id typeC_Jeff_VRatlOffset703positionE>CHE*303dataTypeWaypointloiterAltitudepositionZxEgB0DEffects3showWPNEVERid&typeMove33dataTypeWaypointloiterAltitudepositionȺE9MBBEffects*4showWPNEVERid'typeMove040464dataTypeGroupsideCivilianEntities4Attributes]6id atlOffsetR޿c6itemsItem04Item1]5Item25]6dataTypeObjectPositionInfo75sideCivilianflagsAttributesW5id typeC_Jeff_VR]5positionbEO"CjLEW5]5dataTypeWaypointloiterAltitudepositionIEF#BgDEffects5showWPNEVERid(typeMove55dataTypeWaypointloiterAltitudepositionUEBBBEffectsW6showWPNEVERid)typeMove]6]6c6dataTypeTriggerposition7E#CH-NEAttributes6id typeEmptyDetectorAreaR507conditioncall{triggeractivated tgr_time_25;}7dataTypeTriggerpositionqEBC_JEAttributesi7id typeEmptyDetectorAreaR507conditioncall{triggeractivated tgr_time_25;}7dataTypeLogicPositionInfo8id typeARK_Rotor_InsertatlOffset7CustomAttributesG8m<position\E8CLEangleshU<W@G8Attribute08Attribute1m9Attribute23:Attribute3:Attribute4;nAttributesm<propertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value,9m9data<9m9typeX9valueBm9typeSCALARm9propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value93:data93:type:valueDefault3:typeSTRING3:propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value::data::type:valueNORMAL:typeSTRING:propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value[;;datak;;type;valueB;typeSCALAR;propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value<m<data+<m<typeX<valueark_rotor_fnc_insertm<typeSTRINGm<dataTypeLogicPositionInfo<id typeARK_Rotor_InsertCustomAttributes=+ApositionߞECSOEangles l@È==Attribute0m=Attribute1+>Attribute2>Attribute3?Attribute4Z@nAttributes+ApropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value=+>data=+>type>valueB+>typeSCALAR+>propertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value>>data>>type>valueDefault>typeSTRING>propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Valueb??datar??type?valueNORMAL?typeSTRING?propertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value@Z@data)@Z@typeE@valueBZ@typeSCALARZ@propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value@+Adata@+AtypeAvalueark_rotor_fnc_insert+AtypeSTRING+AdataTypeLayername30 Minutes - Attack HelistateEntitiesAid atlOffset*ASitemsItem0AItem1OGSdataTypeGroupsideEastEntities&BAttributes?FCrewLinksEFid atlOffsetR޿OGitemsItem0BItem1DCItem2DItem3~DItem4DItem5^EItem6E?FdataTypeObjectPositionInfoCsideEastflagsAttributes>Cid+typegm_gc_airforce_pilot_pm_80_bluDCpositionF;EK'XB#Eangless@'4@U=>CDCdataTypeObjectPositionInfoCsideEastflagsAttributesCid,typegm_gc_airforce_pilot_pm_80_bluDpositionF;EK'XB#Eangless@'4@U=CDdataTypeWaypointposition 8EAGBEEffectsxDshowWPNEVERid typeMoveatlOffsetrb>~D~DdataTypeWaypointposition%E@B0WDtypeSeekAndDestroyEffectsDshowWPNEVERid DDdataTypeWaypointposition~EaB CEffectsXEshowWPNEVERid typeMove^E^EdataTypeWaypointpositionE~ B`B Eangless@'4@U=%Hfuelnameheli_1pylons;;PH Attribute0IAttribute1JAttribute2JAttribute3KAttribute4LAttribute5MAttribute6NAttribute7PAttribute8QAttribute9QAttribute10RnAttributes Spropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueIJdataIJtypeIvalue-1JtypeSTRINGJpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueJJdataJJtypeJvalue-1JtypeSTRINGJpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueKKdataKKtypeKvalue-1KtypeSTRINGKpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value|LLdataLLtypeLvalue-1LtypeSTRINGLpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuegMMdatawMMtypeMvalue-1MtypeSTRINGMpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueONNdata_NNtypezNvalue-1NtypeSTRINGNpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueNPdataNPtypePvalue[[[["CUP_arifle_AKS74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]PtypeSTRINGPpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuePQdataPQtypePvalue-1QtypeSTRINGQpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQQdataQQtypeQvalue-1QtypeSTRINGQpropertygm_vehicleMarkings_Insignias_flag_attributeexpression[_this,_value,5,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueRRdataRRtypeRvalue-1RtypeSTRINGRpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] spawn gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuesSSdataSStypeSvalue-1StypeSTRINGSdataTypeLayername40 Minutes - BM-21stateEntitiesTid atlOffset!ZitemsItem0?TItem1W!ZdataTypeGroupsideEastEntitiesTAttributesVCrewLinksVid[ atlOffsetR޿WitemsItem0TVdataTypeObjectPositionInfoNUsideEastflagsAttributesUid^ typeCUP_O_RU_SoldierCustomAttributesUVpositionZXEԞ@3Eanglesב@Unamearty_1GUAttribute0UAttribute1dVnAttributesVpropertyspeakerexpression_this setspeaker _value;ValueVdVdata-VdVtypeOVvalueMale03RUSdVtypeSTRINGdVpropertypitchexpression_this setpitch _value;ValueVVdataVVtypeVvaluep}?VtypeSCALARVVLinkIDProviderWLinks)WWnextID)WitemsItem0FWWlinkIDitem0^ item1\ CustomDataWWroleturretPathWdataTypeObjectPositionInfo*XsideEastflagsAttributesbXid\ typeCUP_O_BM21_RUCustomAttributesvX!ZpositionXEa{@Eanglesב@bXnamearty_1vXAttribute0XnAttributes!ZpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueX!ZdataY!Ztype Zvalue[[[["CUP_arifle_AK74M","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]!ZtypeSTRING!ZdataTypeGroupsideWestEntitieskZAttributesaid! bitemsItem0ZItem14\Item2_Item3v`adataTypeObjectPositionInfo[sideWestflagsAttributesO[id" typeB_officer_F4\position^E7+BDangles$;S@)B>JDangles;0#?=4cskill?rankSERGEANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha Squad Leader@Alpha SLisPlayableddataTypeObjectPositionInfodsideWestflagsAttributesdid( typeB_medic_FCustomAttributesefpositionE=*B۱Danglesu<0#?=dskill?rankCORPORALinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSN - Alpha Squad Corpsman@Alpha SLisPlayableeAttribute0eAttribute1pfnAttributesfpropertyspeakerexpression_this setspeaker _value;Value)fpfdata9fpftype[fvalueMale06ENGpftypeSTRINGpfpropertypitchexpression_this setpitch _value;Valueffdatafftypefvalue?ftypeSCALARfdataTypeObjectPositionInfo~gsideWestflagsAttributesgid typeB_soldier_AT_FCustomAttributesuhipositionE)B:Dangles;0#?ÿinAttributesipropertyspeakerexpression_this setspeaker _value;Valueh>idatai>itype)ivalueMale05ENG>itypeSTRING>ipropertypitchexpression_this setpitch _value;Valueiidataiitypeivalue ׃?itypeSCALARiformationDIAMONDidataTypeGroupsideWestEntities9jAttributesIpid) atlOffset6cpitemsItem0wjItem1lItem2{mItem3nIpdataTypeObjectPositionInfojsideWestflagsAttributes0kid* typeB_Soldier_TL_FatlOffset6lposition8EU)BDangles;0#?ÿ<0kskill?rankCORPORALinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Fireteam Leader@Alpha 1isPlayableldataTypeObjectPositionInfolsideWestflagsAttributeslid+ typeB_soldier_AR_F{mpositionE)B.vDangles߻u<0#?7 typeB_Soldier_A_FpositionE,*BNRDangles߻u<0#?-jB=$skill?init [this, ["faction", "USM_USMC_90_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayabledataTypeObjectPositionInfoTsideWestflagsAttributesid? typeB_soldier_LAT_F:positionGE*BgDanglesM=0#?~kB=skill?init[this, ["faction", "USM_USMC_90_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Rifleman (AT)@Bravo 1isPlayable:formationDIAMONDTdataTypeGroupsideWestEntitiesAttributesid@ atlOffset6ɑitemsItem0Item1Item2Item3WdataTypeObjectPositionInfomsideWestflagsAttributesidA typeB_Soldier_TL_FatlOffset6positionӞE_*B쪰DangleshU<0#?=skill?rankCORPORALinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Fireteam Leader@Bravo 2isPlayabledataTypeObjectPositionInfosideWestflagsAttributes.idB typeB_soldier_AR_Fposition;E\*BNAdEangles<iN@\<skill?rankSERGEANTinitcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "VC"], ["marker", "APC1", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUSMC - APC 1 Commander (AAVP-7A1) [JIP Extract]@APC 1isPlayableAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value9dataItypekvalueMale01ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Valueƺdataֺtypevalue ׃?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesлid typeB_crew_FatlOffsetCustomAttributesѽpositionEYhU<skill?rankSERGEANTinitcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "VC"], ["marker", "TNK1", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUSMC - Tank 1 Commander (M1A1 Abrams) [JIP Extract Escort]@Tank 1isPlayableAttribute0/Attribute1nAttributesGpropertyspeakerexpression_this setspeaker _value;ValueydatatypevalueMale03ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueGdataGtype2valuep}?GtypeSCALARG dataTypeObjectPositionInfosideWestflagsAttributesid typeB_crew_FatlOffsetCustomAttributesposition&EAA`cEangles;tz>v@skill?init [this, ["faction", "USM_USMC_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 1 Driver [JIP Extract Escort]@Tank 1isPlayableAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueLdata\type~valueMale02ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Valuedatatypevalue ׃?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesid typeB_crew_FatlOffsetCustomAttributespositionEsAAcEangleshU<tz>;skill?init [this, ["faction", "USM_USMC_90_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 1 Gunner [JIP Extract Escort]@Tank 1isPlayableAttribute0Attribute1fnAttributespropertyspeakerexpression_this setspeaker _value;Valuefdata/ftypeQvalueMale02ENGftypeSTRINGfpropertypitchexpression_this setpitch _value;Valuedatatypevalue\?typeSCALARformationDIAMONDdataTypeGroupsideWestEntitiesaAttributesid atlOffsetitemsItem0Item1Item2 dataTypeObjectPositionInfo%sideWestflagsAttributes]id typeB_crew_FatlOffsetCustomAttributesapositionWE;AAcEangleshU<>@]skill?rankSERGEANTinitcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "VC"], ["marker", "TNK2", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUSMC - Tank 2 Commander (M1A1 Abrams) [JIP Extract Escort]@Tank 2isPlayableaAttribute0Attribute1*nAttributespropertyspeakerexpression_this setspeaker _value;Value*data*typevalueMale11ENG*typeSTRING*propertypitchexpression_this setpitch _value;Valuepdatatypevalue?typeSCALAR dataTypeObjectPositionInfoBsideWestflagsAttributeszid typeB_crew_FatlOffsetCustomAttributes4positioneEAA}cEangles#<>h@zskill?init [this, ["faction", "USM_USMC_90_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 2 Driver [JIP Extract Escort]@Tank 2isPlayable4Attribute0|Attribute1 Attribute2nAttributespropertyspeakerexpression_this setspeaker _value;Value data typevalueMale04ENG typeSTRING propertypitchexpression_this setpitch _value;ValueSdatactypevalueG?typeSCALARpropertyfaceexpression_this setface _value;ValuedatatypevaluetypeSTRINGdataTypeObjectPositionInfosideWestflagsAttributesid typeB_crew_FCustomAttributesposition?EAAcEangles;>skill?init [this, ["faction", "USM_USMC_90_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 2 Gunner [JIP Extract Escort]@Tank 2isPlayableAttribute0Attribute1RnAttributespropertyspeakerexpression_this setspeaker _value;Value RdataRtype=valueMale10ENGRtypeSTRINGRpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARformationDIAMONDdataTypeGroupsideWestEntitiesMAttributesjid atlOffset;itemsItem0uItem1j dataTypeObjectPositionInfosideWestflagsAttributes?id typeB_Pilot_FatlOffset;CustomAttributes9positionȭCFbvBܭEangles;@?skill?rankLIEUTENANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - AH 1 Pilot (AH-1 SuperCobra) [JIP Extract Escort]@AH 1isPlayable9Attribute0qAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale05ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueHdataXtypetvalue?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesSid typeB_Pilot_FatlOffset;CustomAttributesjpositionCFbvBnEangles;@Sskill?rankLIEUTENANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUSMC - AH 1 Gunner [JIP Extract Escort]@AH 1isPlayableAttribute0RAttribute1nAttributesjpropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale02ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value)jdata9jtypeUvalueQx?jtypeSCALARjformationDIAMONDdataTypeGroupsideWestEntitiesAttributesid atlOffset;;itemsItem0Item1 dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Pilot_FatlOffset;;CustomAttributespositionC`vBzҮEangles5Q@skill?rankLIEUTENANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - AH 2 Pilot (AH-1 SuperCobra) [JIP Extract Escort]@AH 2isPlayableAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueLdata\type~valueMale04ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Valuedatatypevalue\?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Pilot_FatlOffset;;CustomAttributespositionC`vBEangles5Q@skill?rankLIEUTENANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUSMC - AH 2 Gunner [JIP Extract Escort]@AH 2isPlayableAttribute0Attribute1Attribute2 nAttributespropertyspeakerexpression_this setspeaker _value;Value=dataMtypeovalueMale11ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value data typevalue? typeSCALAR propertyfaceexpression_this setface _value;ValueOdata_typexvaluetypeSTRINGformationDIAMONDdataTypeGroupsideWestEntitiesAttributesid atlOffset;itemsItem0)Item17 dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Helipilot_FatlOffset;CustomAttributes7positionsCFbvBEangleshŖ@skill?rankSERGEANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 1 Pilot (UH-1D Iroquois) [JIP Extract]@TH 1isPlayableAttribute0Attribute1nAttributes7propertyspeakerexpression_this setspeaker _value;ValueidataytypevalueMale08ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value7data7type"valueQx?7typeSCALAR7 dataTypeObjectPositionInfosideWestflagsAttributesid typeB_helicrew_FatlOffset;CustomAttributesposition:cCFbvBEangleshŖ@skill?init[this, ["faction", "USM_USMC_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 1 Crew [JIP Extract]@TH 1isPlayableAttribute0Attribute1znAttributespropertyspeakerexpression_this setspeaker _value;Value3zdataCztypeevalueMale03ENGztypeSTRINGzpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARformationDIAMONDdataTypeGroupsideWestEntitiesuAttributesu id atlOffset@D; itemsItem0Item1u  dataTypeObjectPositionInfo3sideWestflagsAttributeskid typeB_Helipilot_FatlOffset@D;CustomAttributes[positionyC`vBEanglesg@kskill?rankSERGEANTinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 2 Pilot (UH-1D Iroquois) [JIP Extract]@TH 2isPlayable[Attribute0Attribute1$nAttributespropertyspeakerexpression_this setspeaker _value;Value$data$typevalueMale01ENG$typeSTRING$propertypitchexpression_this setpitch _value;ValuejdataztypevalueHz?typeSCALAR dataTypeObjectPositionInfo@ sideWestflagsAttributesx id typeB_helicrew_FatlOffset@D;CustomAttributes% u positionXC`vBEanglesg@x skill?init[this, ["faction", "USM_USMC_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 2 Crew [JIP Extract]@TH 2isPlayable% Attribute0] Attribute1 nAttributesu propertyspeakerexpression_this setspeaker _value;Value  data  type valueMale01ENG typeSTRING propertypitchexpression_this setpitch _value;Value4 u dataD u type` valueHz?u typeSCALARu formationDIAMOND dataTypeGroupsideWestEntities Attributesid atlOffset^;itemsItem0 Item1 dataTypeObjectPositionInfo sideWestflagsAttributes id typeB_Helipilot_FatlOffset^;CustomAttributes positionkCavB˨Eangles@@ skill?rankCORPORALinit [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"], ["marker", "TH3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 3 Pilot (UH-1D Iroquois) [JIP Extract]@TH 3isPlayable Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueQdataatypevalueMale10ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Valuedatatype valueG?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesid typeB_helicrew_FatlOffset^;CustomAttributespositionZ,CavB+Eangles@@skill?init[this, ["faction", "USM_USMC_90_WD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 3 Crew [JIP Extract]@TH 3isPlayableAttribute0Attribute1bnAttributespropertyspeakerexpression_this setspeaker _value;Valuebdata+btypeMvalueMale05ENGbtypeSTRINGbpropertypitchexpression_this setpitch _value;Valuedatatypevalue?typeSCALARformationDIAMONDdataTypeGroupsideWestEntitiesMAttributessid yitemsItem0jsdataTypeObjectPositionInfosideWestflagsAttributes$id typeB_Pilot_FCustomAttributes#spositionQC]vB Eangles@$skill?rankLIEUTENANTinitcall{ [this, ["faction", "USM_USMC_90_WD"], ["gear", "P"], ["marker", "CAS", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionUSMC - CAS Pilot (AV-8B Harrier II) [JIP Extract Escort]@CASisPlayable#Attribute0[Attribute1nAttributesspropertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale07ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value2sdataBstype^value?stypeSCALARsydataTypeMarkerposition͞E@,BFDnamemkr_ammotypeEmptyidatlOffset?dataTypeMarkerposition'CvZCEnamemkr_extract_airtypeEmptyid! atlOffset}CPdataTypeMarkerpositionWE}0CLEnamemkr_extract_ground_routetypeEmptyid-atlOffsetCdataTypeLayernameJIP Extract GroundstateEntities,id6atlOffsetlARitemsItem0Item1Item2hItem3"Item4Item5Item6\Item7"Item8Item9d Item10"Item11#Item12e0Item13 =Item14IRdataTypeTriggerpositionQEA)EangleL׷@Attributes]id5typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_jip_moving;}sizeACsizeBzCdataTypeTriggerpositionErA61EAttributesid7typeEmptyDetectorAreaR250hconditioncall{triggeractivated tgr_jip_moving;}sizeApAsizeBpAhdataTypeTriggerpositionEUAJ6EAttributesid8typeEmptyDetectorAreaR250"conditioncall{triggeractivated tgr_jip_moving;}sizeApAsizeBpA"dataTypeTriggerpositionEܫA3EAttributesid9typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_jip_moving;}sizeApAsizeBpAdataTypeTriggerposition>E˔QANEAttributesEid:typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_jip_moving;}sizeApAsizeBpAdataTypeTriggerpositionZEVA( EangleL׷@Attributes id;typeEmptyDetectorAreaR250\conditioncall{triggeractivated tgr_jip_moving;}sizeACsizeBzC\dataTypeTriggerpositionElB8/Danglefx_Attributesid<typeEmptyDetectorAreaR250"conditioncall{triggeractivated tgr_jip_moving;}sizeACsizeBzC"dataTypeGroupsideCivilianEntitiesAttributesidAatlOffsetR޿itemsItem0Item1=dataTypeObjectPositionInfosideCivilianflagsAttributes7idBtypeC_Bob_VR=positionkE\tA1E7=dataTypeWaypointloiterAltitudepositionE-AЩHEEffectsshowWPNEVERidItypeMovedataTypeGroupsideCivilianEntities!Attributes^ idCatlOffsetR޿d itemsItem0IItem1^ dataTypeObjectPositionInfosideCivilianflagsAttributesidDtypeC_Bob_VRposition EyA'7EdataTypeWaypointloiterAltitudepositionE-AЩHEEffectsX showWPNEVERidJtypeMove^ ^ d dataTypeGroupsideCivilianEntities Attributes!idEatlOffsetR޿"itemsItem0 Item1!!dataTypeObjectPositionInfoY!sideCivilianflagsAttributesy!idFtypeC_Bob_VR!position3EvAux4Ey!!dataTypeWaypointloiterAltitudepositionE-AЩHEEffects!showWPNEVERidKtypeMove!!"dataTypeGroupsideCivilianEntitiesc"Attributes#idGatlOffsetR޿#itemsItem0"Item1 ##dataTypeObjectPositionInfo"sideCivilianflagsAttributes#idHtypeC_Bob_VR #positionEPTAE# #dataTypeWaypointloiterAltitudepositionE-AЩHEEffects#showWPNEVERidLtypeMove###dataTypeLogicPositionInfo$id>typeAdmiral_OndemandCampZoneCustomAttributesF$e0positionE昰A/3Eangles!8@.>F$Attribute0B%Attribute1&Attribute2&Attribute3'Attribute4U(Attribute5)Attribute6)Attribute7*Attribute8~+Attribute9V,Attribute10(-Attribute11-Attribute12.Attribute13/nAttributese0propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value%&data%&type%value&typeSTRING&propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&&data&&type&value&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueR''datab''type~'valueB'typeSCALAR'propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value(U(data$(U(type@(valueBU(typeSCALARU(propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value()data()type )value A)typeSCALAR)propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value))data))type)value)typeBOOL)propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuex**data**type*value*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value@+~+dataP+~+typei+value~+typeSTRING~+propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value,V,data%,V,typeA,valueAV,typeSCALARV,propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value,(-data,(-type-value(-typeSCALAR(-propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value--data--type-value@-typeSCALAR-propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value..data..type.value.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueW//datag//type/value/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'0e0data70e0typeP0valuee0typeSTRINGe0dataTypeLogicPositionInfo0id?typeAdmiral_OndemandCampZoneCustomAttributes0 =positionwEpuA/E0Attribute01Attribute12Attribute2x3Attribute3:4Attribute44Attribute55Attribute66Attribute7`7Attribute8%8Attribute98Attribute109Attribute11:Attribute12k;Attribute13?<nAttributes =propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuex22data22type2value2typeSTRING2propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value73x3dataG3x3typec3valuex3typeSCALARx3propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3:4data 4:4type%4valueB:4typeSCALAR:4propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value44data44type4valueB4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value55data55type5value A5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueG66dataW66types6value6typeBOOL6propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value7`7data/7`7typeK7value?`7typeSCALAR`7propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value7%8data7%8type8value%8typeSTRING%8propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value88data88type8value8typeSCALAR8propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value99data99type9value?9typeSCALAR9propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value^::datan::type:value:typeSCALAR:propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value*;k;data:;k;typeV;valuek;typeSCALARk;propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value;?<data<?<type*<value?<typeSCALAR?<propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value< =data< =type<value =typeSTRING =dataTypeLogicPositionInfot=id@typeAdmiral_OndemandCampZoneCustomAttributes=IpositionMESA(Eanglesw@.+#;=Attribute0>Attribute1u?Attribute27@Attribute3@Attribute4AAttribute5BAttribute6ECAttribute7DAttribute8DAttribute9EAttribute10FAttribute11^GAttribute12*HAttribute13HnAttributesIpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value7?u?dataG?u?type`?valueu?typeSTRINGu?propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value?7@data@7@type"@value7@typeSCALAR7@propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value@@data@@type@valueB@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuezAAdataAAtypeAvalueBAtypeSCALARApropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueDBBdataTBBtypepBvalue ABtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueCECdataCECtype2CvalueECtypeBOOLECpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueCDdataCDtype DvalueDtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueDDdataDDtypeDvalueDtypeSTRINGDpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value{EEdataEEtypeEvalueEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueMFFdata]FFtypeyFvalueFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueG^Gdata-G^GtypeIGvalue^GtypeSCALAR^GpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueG*HdataG*HtypeHvalue?*HtypeSCALAR*HpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueHHdataHHtypeHvalue?HtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueIIdataIItypeIvalueItypeSTRINGIdataTypeLogicPositionInfo-Jid=typeAdmiral_PatrolZoneCustomAttributeseJRpositionE_BX"Eangles\l>m@eJ Attribute0KAttribute1KAttribute2LAttribute3TMAttribute4NAttribute5NAttribute6OAttribute7tPAttribute8JQAttribute9RnAttributes RpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueKKdataKKtypeKvalueKtypeSTRINGKpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueWLLdatagLLtypeLvalueLtypeSCALARLpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueMTMdata#MTMtype?MvalueBTMtypeSCALARTMpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueMNdataMNtypeMvalueBNtypeSCALARNpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueNNdataNNtypeNvalueNtypeBOOLNpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value[OOdatakOOtypeOvalueOtypeSCALAROpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value3PtPdataCPtPtype_PvaluetPtypeSCALARtPpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value QJQdataQJQtype5Qvalue@@JQtypeSCALARJQpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQRdataQRtypeQvalueRtypeSTRINGRpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueRRdataRRtypeRvalueRtypeSTRINGRLinkIDProviderRLinksS,enextID4S5items4Item0UItem1UItem2"VItem3oVItem4VItem5 WItem6VWItem7WItem8WItem9=XItem10XItem11XItem12$YItem13qYItem14YItem15 ZItem16XZItem17ZItem18ZItem19?[Item20[Item21[Item22&\Item23s\Item24\Item25 ]Item26Z]Item27]Item28]Item29A^Item30^Item31^Item32(_Item33u_Item34_Item35`Item36\`Item37`Item38`Item39CaItem40aItem41aItem42*bItem43wbItem44bItem45cItem46^cItem47cItem48cItem49EdItem50dItem51d,elinkIDitem0 item1 CustomDataUUtypeSyncUlinkIDitem0 item1 CustomDataV"VtypeSync"VlinkIDitem0 item1 CustomData]VoVtypeSyncoVlinkIDitem0 item1 CustomDataVVtypeSyncVlinkIDitem0 item1 CustomDataV WtypeSync WlinkIDitem0 item1 CustomDataDWVWtypeSyncVWlinkIDitem0 item1 CustomDataWWtypeSyncWlinkIDitem0 item1 CustomDataWWtypeSyncWlinkIDitem0 item1f CustomData+X=XtypeSync=XlinkID item0 item1f CustomDataxXXtypeSyncXlinkID item0 item1f CustomDataXXtypeSyncXlinkID item0 item1 CustomDataY$YtypeSync$YlinkID item0 item1 CustomData_YqYtypeSyncqYlinkID item0 item1 CustomDataYYtypeSyncYlinkIDitem0 item1 CustomDataY ZtypeSync ZlinkIDitem0 item1 CustomDataFZXZtypeSyncXZlinkIDitem0 item1 CustomDataZZtypeSyncZlinkIDitem0} item1| CustomDataZZtypeSyncZlinkIDitem0 item1 CustomData-[?[typeSync?[linkIDitem0 item1 CustomDataz[[typeSync[linkIDitem0 item1 CustomData[[typeSync[linkIDitem0 item1 CustomData\&\typeSync&\linkIDitem0 item1 CustomDataa\s\typeSyncs\linkIDitem0 item1 CustomData\\typeSync\linkIDitem0 item1 CustomData\ ]typeSync ]linkIDitem0 item1 CustomDataH]Z]typeSyncZ]linkIDitem0 item1 CustomData]]typeSync]linkIDitem0 item1 CustomData]]typeSync]linkIDitem0 item1 CustomData/^A^typeSyncA^linkIDitem0 item1 CustomData|^^typeSync^linkIDitem0 item1 CustomData^^typeSync^linkIDitem0 item1 CustomData_(_typeSync(_linkID item0 item1 CustomDatac_u_typeSyncu_linkID!item0 item1 CustomData__typeSync_linkID"item0item1 CustomData_`typeSync`linkID#item0item1 CustomDataJ`\`typeSync\`linkID$item0 item1CustomData``typeSync`linkID%item0item1CustomData``typeSync`linkID&item0item1CustomData1aCatypeSyncCalinkID'item05item1=CustomData~aatypeSyncalinkID(item0;item1=CustomDataaatypeSyncalinkID)item0<item1=CustomDatab*btypeSync*blinkID*item08item1>CustomDataebwbtypeSyncwblinkID+item07item1>CustomDatabbtypeSyncblinkID,item0:item1@CustomDatabctypeSyncclinkID-item0?item19CustomDataLc^ctypeSync^clinkID.item0Oitem1 CustomDatacctypeSyncclinkID/item0Pitem1 CustomDatacctypeSyncclinkID0item0 item1 CustomData3dEdtypeSyncEdlinkID1item0 item1 CustomDataddtypeSyncdlinkID2item0 item1 CustomDataddtypeSyncdlinkID3item0 item1 CustomDatae,etypeSync,eclass Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker", "land_gm_sandbags_02_bunker_high", 3, 0, 360, ""}, {"Bunker Roofed", "land_gm_woodbunker_01_bags", 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 HMG", "CUP_BOX_USMC_Wps_F", 3, 0, 360, "_this call ark_fnc_plank_fill_HMG_Ammo;"}, {"Ammobox SMAW", "CUP_BOX_USMC_WpsLaunch_F", 3, 0, 360, "_this call ark_fnc_plank_fill_SMAW_Ammo;"}, {"Ammobox MMG", "CUP_BOX_USMC_Ammo_F", 3, 0, 360, "_this call ark_fnc_plank_fill_MMG_Ammo;"}, {"Ammobox MTR", "CUP_BOX_USMC_WpsLaunch_F", 3, 0, 360, "_this call ark_fnc_plank_fill_MTR_Ammo;"}, {"Ammobox", "CUP_BOX_USMC_Wps_F", 3, 0, 360, "_this call ark_fnc_plank_fill_Ammo;"} }; };{_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"];jeJ_cTV /k