sreVcba_settings.sqf,J-`,description.ext`init.sqf|_initPlayerLocal.sqf Zp` initServer.sqf]`mission.sqm6up`6plank.h]`zone_spawned_unit.sqfj[admiral\admiral.h8j]`8admiral\unitTemplates.htahull3\hull3.ha]`hull3\LICENSE8|_8hull3\M16A1_US.h&Sqp`&hull3\missionParams.h*]`*hull3\USM_USA_70_OD.h5p`hull3\briefing\blufor.sqf_]`hull3\briefing\civilian.sqf|_hull3\briefing\indfor.sqf|_hull3\briefing\opfor.sqf|_force ace_mk6mortar_useAmmoHandling = false;#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 = "Best Wishes"; onLoadMission = "Made with Hull3"; author = "Dextrus"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 78; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 6; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 1; 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"; }; }; ark_fnc_ho_assignFortifications = { private _unit = _this select 0; private _gearClass = _unit getVariable "hull3_gear_class"; if (isNil {_unit getVariable "ho_areFortsAssigned"}) then { call { if (_gearClass in ["CO", "XO"]) exitWith {[_unit, [1, 0, 2, 0, 4, 0, 0, 1, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["SL"]) exitWith {[_unit, [0, 0, 3, 0, 2, 1, 0, 1, 1]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["FTL", "MMGAG", "HATAG"]) exitWith {[_unit, [0, 1, 2, 0, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["Medic", "AR", "MMG" ]) exitWith {[_unit, [0, 0, 2, 1, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["AAR", "Rifleman", "HATAC"]) exitWith {[_unit, [0, 0, 2, 0, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; if (_gearClass in ["RAT", "HATG"]) exitWith {[_unit, [0, 0, 1, 1, 2, 0, 0, 0, 0]] call plank_api_fnc_forceAddFortifications}; }; _unit setVariable ["ho_areFortsAssigned", true, true]; }; }; ark_fnc_ho_fillSmallAmmobox = { //7 private _box = _this select 1; private ["_magazines", "_weapons"]; _magazines = [ ["CUP_30Rnd_556x45_Stanag", 25], ["CUP_30Rnd_556x45_Stanag_Tracer_Red", 10], ["CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 20], ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 10], ["CUP_SMAW_HEDP_M", 8], ["CUP_SMAW_HEAA_M", 8], ["HandGrenade", 5], ["SmokeShell", 10], ["ACE_HandFlare_White", 20] ]; _weapons = [ ["CUP_launch_FIM92Stinger", 5], ["CUP_launch_M72A6", 20] ]; _items = [ ["ACE_fieldDressing", 25] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; ark_fnc_ho_fillBigAmmobox = { //6 private _box = _this select 1; private ["_magazines", "_weapons", "_items"]; _magazines = [ ["CUP_30Rnd_556x45_Stanag", 100], ["CUP_30Rnd_556x45_Stanag_Tracer_Red", 50], ["CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 40], ["CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 50], ["CUP_1Rnd_StarFlare_White_M203", 10], ["CUP_1Rnd_StarFlare_Green_M203", 10], ["ACE_HandFlare_White", 10], ["CUP_1Rnd_HE_M203", 20], ["CUP_SMAW_HEDP_M", 25], ["CUP_SMAW_HEAA_M", 25], ["HandGrenade", 25], ["SmokeShell", 25] ]; _weapons = [ ["CUP_launch_FIM92Stinger", 10], ["CUP_launch_M72A6", 20] ]; _items = [ ["ACE_fieldDressing", 50] ]; clearMagazineCargoGlobal _box; clearWeaponCargoGlobal _box; clearItemCargoGlobal _box; {_box addMagazineCargoGlobal _x;} foreach _magazines; {_box addWeaponCargoGlobal _x;} foreach _weapons; {_box addItemCargoGlobal _x;} foreach _items; }; if (!didJIP) then { [player] call ark_fnc_ho_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 = 12; // How many shots fired in one cycle private _delay = 480; // 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, random 350; 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; }; ark_fnc_enableSim = { params ["_veh","_enabled"]; _veh enableSimulationGlobal _enabled; {_x enableSimulationGlobal _enabled} forEach crew _veh; }; // Disable simulation for vehicles + crews at game start {[_x,false] call ark_fnc_enableSim;} forEach [ah_1, ah_2, h_ah_1, h_ah_2];raP6 version6EditorDatasourceNameark_co78_best_wishesaddonsA3_Characters_Face_nouniformrestrictionsace_parachuteA3_Modules_FCUP_Misc3_ConfigCUP_Weapons_AmmoBoxesCUP_WheeledVehicles_M151gm_objects_fortificationA3_Ui_FCUP_AirVehicles_UH1HCUP_WheeledVehicles_MTVRCUP_TrackedVehicles_M113CUP_TrackedVehicles_AAVCUP_AirVehicles_CH53ECUP_TrackedVehicles_M60AdmiralCUP_Creatures_StaticWeaponsCUP_Creatures_Military_RussiaCUP_AirVehicles_Mi24CUP_AirVehicles_Mi8A3_Modules_F_Curator_CuratorAddonsMetaDatarandomSeedScenarioData. CustomAttributes Mission6 moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider=MarkerIDProviderPLayerIndexProvidercCameravnextIDPnextIDcnextIDovposϬEAAFdir/>L/(-VupB=Z?3yasidezMList. itemsItem0Item1nItem2Item3PItem4Item5 Item6OItem7Item8Item9Item10Item11 Item12i Item13 Item14 Item15@ Item16w Item17 Item18 Item19` Item20 . classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comnclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/classNameace_parachutenameACE3 - ParachuteauthorACE-Teamurlhttp://ace3mod.com/PclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc3_ConfignameCUP_Misc3_Config classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesOclassNameCUP_WheeledVehicles_M151nameM151A2authorCleggyclassNamegm_objects_fortificationnamegm_objects_fortificationauthorGlobal Mobilizationurlglobal-mobilization.comclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_AirVehicles_UH1HnameCUP_AirVehicles_UH1HclassNameCUP_WheeledVehicles_MTVRnameCUP_WheeledVehicles_MTVR classNameCUP_TrackedVehicles_M113nameCUP_TrackedVehicles_M113i classNameCUP_TrackedVehicles_AAVnameCUP_TrackedVehicles_AAV classNameCUP_AirVehicles_CH53EnameCUP_AirVehicles_CH53E classNameCUP_TrackedVehicles_M60nameCUP_TrackedVehicles_M60@ classNameAdmiralnameAdmiralauthorKamiw classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_Russia classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24` classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8 classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com. authorDextrusHeaderQ gameTypeCoopminPlayersmaxPlayersN Category0 Category1RnameMultiplayerAttribute0 Attribute1u nAttributesRpropertyRespawnButtonexpressiontrueValue4 u dataD u type` value?u typeSCALARu propertyRespawnTemplatesexpressiontrueValue Rdata Rtype value RtypeARRAY itemsItem0Rdata Rtype=valueNoneRtypeSTRINGRnameScenarioAttribute0nAttributespropertycba_settings_hasSettingsFileexpressionfalseValuedatatypevaluetypeBOOLIntelEEntitiesConnections.6briefingNameark_co82_best_wishesoverviewTextUS Marines hold on for dear life against a Soviet assaulttimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<5items4Item0UItem1Item2Item34$Item4*Item5t1Item655Item7;Item8gBItem9IItem10LItem11DSItem12YItem13`Item14dItem15hItem16oItem17uItem18~Item19݇Item20hItem21rItem22͠Item23Item24;Item25Item26 Item27Item287Item29Item30%Item31 Item32=Item33Item34,Item35JItem36{Item37Item38AItem39Item40 Item41sItem42Item43Item44KItem45Item46Item47Item48_Item49(Item50Item51+.dataTypeGroupsideWestEntitiesAttributesiditemsItem0Item1gItem2Item3?dataTypeObjectPositionInfoKsideWestflagsAttributesidtypeB_officer_FgpositionŬELA7FanglesP@>@@skill?rankCAPTAINinit [this, ["faction", "USM_USA_70_OD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUSMC - Commanding Officer@COisPlayerisPlayablegdataTypeObjectPositionInfosideWestflagsAttributes idtypeB_medic_FpositionEjA:FanglesP@>@ @ skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUSMC - Platoon Medic@COisPlayabledataTypeObjectPositionInfoNsideWestflagsAttributesidtypeB_Soldier_F?positionˬE6A)Fanglesy5@>@@skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionUSMC - Platoon Rifleman@COisPlayable?dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_FpositionZEIA&-Fanglesy5@>@ @skill?rankLIEUTENANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUSMC - Executive Officer@COisPlayableformationDIAMONDdataTypeGroupsideWestEntities0AttributeszidatlOffset5itemsItem0XItem1zdataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_SL_FatlOffset5positionEAFangles@>@@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfogsideWestflagsAttributesidtypeB_medic_FatlOffset5zpositionVǬEAFangles@>@@skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha Squad Medic@Alpha SLisPlayablezformationDIAMONDdataTypeGroupsideWestEntitiesAttributes$id atlOffset64$itemsItem0,Item1Item2>!Item3"$dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Soldier_TL_FatlOffset6position;EAFangles@>@/@skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Fireteam Leader@Alpha 1isPlayabledataTypeObjectPositionInfoD sideWestflagsAttributes| id typeB_soldier_AR_FatlOffset5>!positionuԬE?AFangles@>@@| skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Automatic Rifleman@Alpha 1isPlayable>!dataTypeObjectPositionInfo!sideWestflagsAttributes!id typeB_Soldier_A_FatlOffset5"position?EAFanglesY@>@/@!skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable"dataTypeObjectPositionInfo5#sideWestflagsAttributesm#id typeB_soldier_LAT_FatlOffset5$positionڬEZA Fangles@>@@m#skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Rifleman (AT)@Alpha 1isPlayable$formationDIAMOND4$dataTypeGroupsideWestEntities$Attributes*idatlOffset5*itemsItem0$Item1c&Item2'Item3S)*dataTypeObjectPositionInfoM%sideWestflagsAttributes%idtypeB_Soldier_TL_FatlOffset5c&position8ƬE(BA Fangles@>@/@%skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Fireteam Leader@Alpha 2isPlayablec&dataTypeObjectPositionInfo&sideWestflagsAttributes'idtypeB_soldier_AR_FatlOffset5'positionoEpAiFangles@>@Y@'skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Automatic Rifleman@Alpha 2isPlayable'dataTypeObjectPositionInfo^(sideWestflagsAttributes(idtypeB_Soldier_A_FatlOffset5S)position:̬E4AtFanglesّ@>@Y@(skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayableS)dataTypeObjectPositionInfo)sideWestflagsAttributes *idtypeB_soldier_LAT_FatlOffset5*positionE-AFangles@>@Y@ *skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Rifleman (AT)@Alpha 2isPlayable*formationDIAMOND*dataTypeGroupsideWestEntities.+AttributesZ1idatlOffset5t1itemsItem0l+Item1-Item2~.Item3/Z1dataTypeObjectPositionInfo+sideWestflagsAttributes%,idtypeB_Soldier_TL_FatlOffset5-positionsE~AFangles@>@@%,skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Fireteam Leader@Alpha 3isPlayable-dataTypeObjectPositionInfo-sideWestflagsAttributes-idtypeB_soldier_AR_FatlOffset5~.positionETAgFangles@>@/@-skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Automatic Rifleman@Alpha 3isPlayable~.dataTypeObjectPositionInfo.sideWestflagsAttributes6/idtypeB_Soldier_A_FatlOffset5/positionwE[Aq Fangles@>@@6/skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable/dataTypeObjectPositionInfou0sideWestflagsAttributes0idtypeB_soldier_LAT_FatlOffset5Z1position E AFangles@>@/@0skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Rifleman (AT)@Alpha 3isPlayableZ1formationDIAMONDt1dataTypeGroupsideWestEntities1Attributes5idatlOffset555itemsItem01Item135dataTypeObjectPositionInfow2sideWestflagsAttributes2idtypeB_Soldier_SL_FatlOffset53position.EAMFanglesS@>@@2skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo Squad Leader @Bravo SLisPlayable3dataTypeObjectPositionInfo4sideWestflagsAttributes?4idtypeB_medic_FatlOffset55positiongE AQFanglesS@>@@?4skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo Squad Medic@Bravo SLisPlayable5formationDIAMOND55dataTypeGroupsideWestEntities5Attributes;idatlOffset6;itemsItem05Item1e7Item28Item3E:;dataTypeObjectPositionInfoN6sideWestflagsAttributes6idtypeB_Soldier_TL_FatlOffset6e7positionErACHFanglesS@>@@6skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Fireteam Leader@Bravo 1isPlayablee7dataTypeObjectPositionInfo7sideWestflagsAttributes8idtypeB_soldier_AR_F8positionE AKFangles l@>@/@8skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Automatic Rifleman@Bravo 1isPlayable8dataTypeObjectPositionInfoP9sideWestflagsAttributes9idtypeB_Soldier_A_FatlOffset5E:positionEA:FanglesP@>@@9skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableE:dataTypeObjectPositionInfo:sideWestflagsAttributes:idtypeB_soldier_LAT_FatlOffset5;positionEA=FanglesP@>@ @:skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Rifleman (AT)@Bravo 1isPlayable;formationDIAMOND;dataTypeGroupsideWestEntities <AttributesMBid$atlOffset6gBitemsItem0^<Item1=Item2q?Item3@MBdataTypeObjectPositionInfo<sideWestflagsAttributes=id typeB_Soldier_TL_FatlOffset6=positionEA^1Fanglesy5@>@@=skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Fireteam Leader@Bravo 2isPlayable=dataTypeObjectPositionInfow>sideWestflagsAttributes>id!typeB_soldier_AR_FatlOffset5q?position EWA4FanglesP@>@ @>skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Automatic Rifleman@Bravo 2isPlayableq?dataTypeObjectPositionInfo?sideWestflagsAttributes)@id"typeB_Soldier_A_FatlOffset5@position E%kA#Fangles*@>@@)@skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable@dataTypeObjectPositionInfohAsideWestflagsAttributesAid#typeB_soldier_LAT_FatlOffset5MBpositionH'Eђ A&Fangles*@>@@Askill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Rifleman (AT)@Bravo 2isPlayableMBformationDIAMONDgBdataTypeGroupsideWestEntitiesBAttributesHid)atlOffset5IitemsItem0BItem1DItem2FItem3GHdataTypeObjectPositionInfoCsideWestflagsAttributesCid%typeB_Soldier_TL_FatlOffset5Dposition(E AzLFangles[@>@/@Cskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Fireteam Leader@Bravo 3isPlayableDdataTypeObjectPositionInfoEsideWestflagsAttributesPEid&typeB_soldier_AR_FatlOffset5FpositionDE  AOFangles[@>@/@PEskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Automatic Rifleman@Bravo 3isPlayableFdataTypeObjectPositionInfoFsideWestflagsAttributesFid'typeB_Soldier_A_FatlOffset6Gposition.EA>Fanglest5@>@/@Fskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayableGdataTypeObjectPositionInfo HsideWestflagsAttributesAHid(typeB_soldier_LAT_FatlOffset5HpositionaJE AAFanglesl@>@@AHskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Rifleman (AT)@Bravo 3isPlayableHformationDIAMONDIdataTypeGroupsideWestEntitiesRIAttributesLid,LitemsItem0zIItem1KLdataTypeObjectPositionInfoIsideWestflagsAttributes#Jid*typeB_Soldier_SL_FKposition'EAĀFangles>@Y@#Jskill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie Squad Leader@Charlie SLisPlayableKdataTypeObjectPositionInfoKsideWestflagsAttributesKid+typeB_medic_FatlOffset5LpositionBE(A Fangles>@@Kskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie Squad Medic@Charlie SLisPlayableLformationDIAMONDLdataTypeGroupsideWestEntitiesLAttributes*Sid1DSitemsItem0:MItem1NItem2FPItem3Q*SdataTypeObjectPositionInfoMsideWestflagsAttributesMid-typeB_Soldier_TL_FNposition:ENAI{Fangles;@>@@Mskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 1 Fireteam Leader@Charlie 1isPlayableNdataTypeObjectPositionInfoHOsideWestflagsAttributesOid.typeB_soldier_AR_FatlOffset6FPpositionSUE A~Fangles>@@Oskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 1 Automatic Rifleman@Charlie 1isPlayableFPdataTypeObjectPositionInfoPsideWestflagsAttributesPid/typeB_Soldier_A_FatlOffset5Qposition@EB#AmFangles;@>@Y@Pskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayableQdataTypeObjectPositionInfoARsideWestflagsAttributesyRid0typeB_soldier_LAT_FatlOffset5*Sposition[Ef ApFangles;@>@@yRskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 1 Rifleman (AT)@Charlie 1isPlayable*SformationDIAMONDDSdataTypeGroupsideWestEntitiesSAttributesYid6atlOffset5YitemsItem0SItem1yUItem2VItem3pXYdataTypeObjectPositionInfo]TsideWestflagsAttributesTid2typeB_Soldier_TL_FatlOffset5yUposition HE A/dFanglesS@>@Y@Tskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Fireteam Leader@Charlie 2isPlayableyUdataTypeObjectPositionInfoUsideWestflagsAttributes2Vid3typeB_soldier_AR_FatlOffset5VpositionEcE AvgFangles@>@[@2Vskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Automatic Rifleman@Charlie 2isPlayableVdataTypeObjectPositionInfoxWsideWestflagsAttributesWid4typeB_Soldier_A_FatlOffset5pXpositionNE AVFangles[@>@/@Wskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayablepXdataTypeObjectPositionInfoXsideWestflagsAttributes*Yid5typeB_soldier_LAT_FatlOffset5YpositioniE_AYFanglesS@>@Y@*Yskill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Rifleman (AT)@Charlie 2isPlayableYformationDIAMONDYdataTypeGroupsideWestEntitiesOZAttributes`id;atlOffset6`itemsItem0ZItem1*\Item2]Item3!_`dataTypeObjectPositionInfo[sideWestflagsAttributesF[id7typeB_Soldier_TL_FatlOffset6*\positionjE Ao~Fangles>@@F[skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Fireteam Leader@Charlie 3isPlayable*\dataTypeObjectPositionInfo\sideWestflagsAttributes\id8typeB_soldier_AR_FatlOffset5]positionLEAFangles;@>@$@\skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Automatic Rifleman@Charlie 3isPlayable]dataTypeObjectPositionInfo)^sideWestflagsAttributesa^id9typeB_Soldier_A_FatlOffset6!_positionpEApFangles;@>@ @a^skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Assistant Automatic Rifleman@Charlie 3isPlayable!_dataTypeObjectPositionInfo_sideWestflagsAttributes_id:typeB_soldier_LAT_FatlOffset5`positionE>xAsFangles@>@ @_skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Rifleman (AT)@Charlie 3isPlayable`formationDIAMOND`dataTypeGroupsideWestEntities`Attributescid>ditemsItem0aItem1bcdataTypeObjectPositionInfoasideWestflagsAttributesaid<typeB_Soldier_TL_FbpositionEA/mFangles@>@@askill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "MMGAG"], ["marker", "MMG1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - MMG 1 Leader@MMG 1isPlayablebdataTypeObjectPositionInfo csideWestflagsAttributesBcid=typeB_soldier_AR_FcpositionEAxpFangles>@/@Bcskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "MMGG"]] call hull3_unit_fnc_init;descriptionUSMC - MMG 1 Gunner@MMG 1isPlayablecformationDIAMONDddataTypeGroupsideWestEntitiesJdAttributeshidBhitemsItem0}dItem1eItem2_ghdataTypeObjectPositionInfodsideWestflagsAttributes&eid?typeB_Soldier_TL_FepositionEA;eFangles;@>@0@&eskill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "HATAG"], ["marker", "HAT1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - HAT 1 Leader@HAT 1isPlayableedataTypeObjectPositionInfosfsideWestAttributesfid@typeB_soldier_AT_FatlOffset@>_gposition/EAhFangles>@fskill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "HATG"]] call hull3_unit_fnc_init;descriptionUSMC - HAT 1 Gunner@HAT 1isPlayable_gdataTypeObjectPositionInfogsideWestflagsAttributeshidAtypeB_Soldier_A_FatlOffsethpositionEAWFangles[@>@/@hskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "HATAC"]] call hull3_unit_fnc_init;descriptionUSMC - HAT 1 Ammo Carrier@HAT 1isPlayablehformationDIAMONDhdataTypeGroupsideWestEntities&iAttributes{oidFoitemsItem0NiItem1l{odataTypeObjectPositionInfoisideWestflagsAttributesjidCtypeB_crew_FCustomAttributesjlpositionJEqPBcEangles@} @@jskill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - APC 1 Commander@APC 1 [M113A3]isPlayablejAttribute0-kAttribute1kAttribute2ElnAttributeslpropertyspeakerexpression_this setspeaker _value;ValuewkkdatakktypekvalueMale05ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;ValuelEldatalEltype0lvalueff?EltypeSCALARElpropertyfaceexpression_this setface _value;ValuelldatalltypelvalueltypeSTRINGldataTypeObjectPositionInfoHmsideWestflagsAttributesmidDtypeB_crew_FCustomAttributes+n{opositionfENBeEanglesnX@} @K@mskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - APC 1 Driver@APC 1 [M113A3]isPlayable+nAttribute0cnAttribute1nnAttributes{opropertyspeakerexpression_this setspeaker _value;ValuenndatanntypenvalueMale04ENGntypeSTRINGnpropertypitchexpression_this setpitch _value;Value:o{odataJo{otypefovalue?{otypeSCALAR{oformationDIAMONDodataTypeGroupsideWestEntitiesoAttributesuidJuitemsItem0pItem1rudataTypeObjectPositionInfopsideWestflagsAttributespidGtypeB_crew_FCustomAttributesqrpositionhE~ PBEanglesv@} @U@pskill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - APC 2 Commander@APC 2 [M113A3]isPlayableqAttribute0qAttribute1hrnAttributesrpropertyspeakerexpression_this setspeaker _value;Value!rhrdata1rhrtypeSrvalueMale05ENGhrtypeSTRINGhrpropertypitchexpression_this setpitch _value;ValuerrdatarrtypervalueQx?rtypeSCALARrdataTypeObjectPositionInfopssideWestflagsAttributessidHtypeB_crew_FCustomAttributesStupositionфENBEangles$@} @a@sskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - APC 2 Driver@APC 2 [M113A3]isPlayableStAttribute0tAttribute1unAttributesupropertyspeakerexpression_this setspeaker _value;ValuetudatatutypeuvalueMale09ENGutypeSTRINGupropertypitchexpression_this setpitch _value;Valuebuudataruutypeuvalue?utypeSCALARuformationDIAMONDudataTypeGroupsideWestEntitiesvAttributes~idN~itemsItem0:vItem1%yItem2{~dataTypeObjectPositionInfovsideWestflagsAttributesvidKtypeB_crew_FCustomAttributesw%ypositionENBAEangles @} @`s@vskill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - APC 3 Commander@APC 3 [AAVP7/A1]isPlayablewAttribute0 xAttribute1xnAttributes%ypropertyspeakerexpression_this setspeaker _value;ValueWxxdatagxxtypexvalueMale01ENGxtypeSTRINGxpropertypitchexpression_this setpitch _value;Valuex%ydatax%ytypeyvalueHz?%ytypeSCALAR%ydataTypeObjectPositionInfoysideWestflagsAttributesyidLtypeB_crew_FCustomAttributesz{position୲ELB1Eangles0@} @'@yskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - APC 3 Driver@APC 3 [AAVP7/A1]isPlayablezAttribute0zAttribute1T{nAttributes{propertyspeakerexpression_this setspeaker _value;Value {T{data{T{type?{valueMale11ENGT{typeSTRINGT{propertypitchexpression_this setpitch _value;Value{{data{{type{value ׃?{typeSCALAR{ dataTypeObjectPositionInfol|sideWestflagsAttributes|idMtypeB_crew_FatlOffset6CustomAttributesQ}~positionNEMBIEangles @} @-@|skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - APC 3 Gunner@APC 3 [AAVP7/A1]isPlayableQ}Attribute0}Attribute1~nAttributes~propertyspeakerexpression_this setspeaker _value;Value}~data}~type~valueMale01ENG~typeSTRING~propertypitchexpression_this setpitch _value;Value`~~datap~~type~value ׃?~typeSCALAR~formationDIAMOND~dataTypeGroupsideWestEntitiesAttributesÇidRatlOffset=݇itemsItem0HItem1CItem2Ç dataTypeObjectPositionInfosideWestflagsAttributesidOtypeB_crew_FatlOffset=CustomAttributesCposition|EtWMBEangles0@} @cw@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "APC4", "ColorBrown"]] call hull3_unit_fnc_init;descriptionUSMC - APC 4 Commander@APC 4 [AAVP7/A1]isPlayableAttribute0+Attribute1nAttributesCpropertyspeakerexpression_this setspeaker _value;ValueudatatypevalueMale08ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueCdataCtype.value ׃?CtypeSCALARCdataTypeObjectPositionInfoȂsideWestAttributesidPtypeB_crew_FatlOffsetk>CustomAttributespositionmڲEKBEangles} @skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - APC 4 Driver@APC 4 [AAVP7/A1]isPlayableAttribute0Attribute1vnAttributespropertyspeakerexpression_this setspeaker _value;Value/vdata?vtypeavalueMale04ENGvtypeSTRINGvpropertypitchexpression_this setpitch _value;Valuedatātypevalueff?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesƅidQtypeB_crew_FatlOffset=CustomAttributessÇpositionٿEeKBEangles`@} @]@ƅskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - APC 4 Gunner@APC 4 [AAVP7/A1]isPlayablesAttribute0Attribute1<nAttributesÇpropertyspeakerexpression_this setspeaker _value;Value<data<type'valueMale07ENG<typeSTRING<propertypitchexpression_this setpitch _value;ValueÇdataÇtypevalue33s?ÇtypeSCALARÇformationDIAMOND݇dataTypeGroupsideWestEntities'AttributesNidVhitemsItem0ZItem1BItem2NdataTypeObjectPositionInfoۈsideWestflagsAttributesidStypeB_crew_FCustomAttributesBpositionESBEangles.@Ͱ@6Z;skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "TNK1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 1 Commander@Tank 1 [M60A3]isPlayableAttribute0*Attribute1nAttributesBpropertyspeakerexpression_this setspeaker _value;ValuetdatatypevalueMale09ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueBdataBtype-valueHz?BtypeSCALARB dataTypeObjectPositionInfoӋsideWestflagsAttributes idTtypeB_crew_FatlOffsetCustomAttributespositionEijRB1EanglesK@Ͱ@z@ skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 1 Driver@Tank 1 [M60A3]isPlayableAttribute0Attribute1Attribute2nAttributespropertyspeakerexpression_this setspeaker _value;ValueIdataYtype{valueMale05ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value֍datatypevalue ׃?typeSCALARpropertyfaceexpression_this setface _value;Value[dataktypevaluetypeSTRINGdataTypeObjectPositionInfosideWestflagsAttributesRidUtypeB_crew_FCustomAttributesNpositionE:SBEanglesv@Ͱ@S@Rskill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 1 Gunner@Tank 1 [M60A3]isPlayableAttribute06Attribute1ǐnAttributesNpropertyspeakerexpression_this setspeaker _value;ValueǐdataǐtypevalueMale07ENGǐtypeSTRINGǐpropertypitchexpression_this setpitch _value;Value NdataNtype9value?NtypeSCALARNformationDIAMONDhdataTypeGroupsideWestEntities‘AttributesXidZatlOffset6ritemsItem0Item1Item2X dataTypeObjectPositionInfosideWestflagsAttributesidWtypeB_crew_FatlOffset6CustomAttributespositionj%ERB?Eangles|@Ͱ@%L@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "VC"], ["marker", "TNK2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 2 Commander@Tank 2 [M60A3]isPlayableAttribute0֓Attribute1gnAttributespropertyspeakerexpression_this setspeaker _value;Value gdata0gtypeRvalueMale10ENGgtypeSTRINGgpropertypitchexpression_this setpitch _value;Valuedatatypeٔvalueff?typeSCALARdataTypeObjectPositionInfoosideWestflagsAttributesidXtypeB_crew_FCustomAttributesSpositionkAEwPBd?Eangles@Ͱ@˾@skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 2 Driver@Tank 2 [M60A3]isPlayableSAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueՖdatatypevalueMale10ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValuebdatartypevalueG?typeSCALARdataTypeObjectPositionInfo$sideWestflagsAttributes\idYtypeB_crew_FCustomAttributesXposition`$E#RB#EanglesK@Ͱ@@\skill?init [this, ["faction", "USM_USA_70_OD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - Tank 2 Gunner@Tank 2 [M60A3]isPlayableAttribute0@Attribute1љnAttributesXpropertyspeakerexpression_this setspeaker _value;ValueљdataљtypevalueMale03ENGљtypeSTRINGљpropertypitchexpression_this setpitch _value;ValueXdata'XtypeCvalueQx?XtypeSCALARXformationDIAMONDrdataTypeGroupsideWestEntities̚Attributesid^atlOffset5͠itemsItem0Item1 dataTypeObjectPositionInfosideWestflagsAttributes›id[typeB_Helipilot_FatlOffset5CustomAttributespositionHE @\}Eangles;@k=›skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 1 Pilot@TH 1 [CH-53E]isPlayableAttribute0ӜAttribute1dnAttributespropertyspeakerexpression_this setspeaker _value;Valueddata-dtypeOvalueMale07ENGdtypeSTRINGdpropertypitchexpression_this setpitch _value;Valuedatatype֝value ׃?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesid]typeB_helicrew_FatlOffset5CustomAttributescpositionHE;@iEangles@=skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 1 Co-Pilot@TH 1 [CH-53E]isPlayablecAttribute0Attribute1,nAttributespropertyspeakerexpression_this setspeaker _value;Value,data,typevalueMale08ENG,typeSTRING,propertypitchexpression_this setpitch _value;ValuerdatatypevalueG?typeSCALARformationDIAMOND͠dataTypeGroupsideWestEntitiesAttributesަidbitemsItem0?Item1&ަdataTypeObjectPositionInfošsideWestflagsAttributesid_typeB_Helipilot_FCustomAttributes֢&positionEAZEangles'=l?=skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 2 Pilot@TH 2 [CH-53E]isPlayable֢Attribute0Attribute1nAttributes&propertyspeakerexpression_this setspeaker _value;ValueXdatahtypevalueMale12ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value&data&typevalue33s?&typeSCALAR&dataTypeObjectPositionInfosideWestflagsAttributesidatypeB_helicrew_FCustomAttributesަpositionE %AKGEangles'=L=skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 2 Co-Pilot@TH 2 [CH-53E]isPlayableAttribute0ƥAttribute1WnAttributesަpropertyspeakerexpression_this setspeaker _value;ValueWdata WtypeBvalueMale10ENGWtypeSTRINGWpropertypitchexpression_this setpitch _value;ValueަdataަtypeɦvalueHz?ަtypeSCALARަformationDIAMONDdataTypeGroupsideWestEntitiesRAttributes!idfatlOffsetP>;itemsItem0zItem1Y! dataTypeObjectPositionInfosideWestflagsAttributes0idctypeB_Helipilot_FatlOffsetP>CustomAttributes YpositionEIAըE0skill?rankCORPORALinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "TH3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 3 Pilot@TH 3 [CH-53E]isPlayable Attribute0AAttribute1ҩnAttributesYpropertyspeakerexpression_this setspeaker _value;ValueҩdataҩtypevalueMale09ENGҩtypeSTRINGҩpropertypitchexpression_this setpitch _value;ValueYdata(YtypeDvalue ׃?YtypeSCALARY dataTypeObjectPositionInfosideWestflagsAttributes&idetypeB_helicrew_FatlOffsetCustomAttributesѫ!positionEA;EanglesP@b5@&skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 3 Co-Pilot@TH 3 [CH-53E]isPlayableѫAttribute0 Attribute1nAttributes!propertyspeakerexpression_this setspeaker _value;ValueSdatactypevalueMale01ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value!data!type valuep}?!typeSCALAR!formationDIAMOND;dataTypeGroupsideWestEntitiesAttributes|idjatlOffset<itemsItem0Item1| dataTypeObjectPositionInfoSsideWestflagsAttributesidgtypeB_Helipilot_FatlOffset<CustomAttributesdpositionhEAɟEangles6Z;][@skill?rankSERGEANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "TH4", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - TH 4 Pilot@TH 4 [CH-53E]isPlayabledAttribute0Attribute1-nAttributespropertyspeakerexpression_this setspeaker _value;Value-data-typevalueMale04ENG-typeSTRING-propertypitchexpression_this setpitch _value;Valuesdatatypevalue?typeSCALAR dataTypeObjectPositionInfoIsideWestflagsAttributesiditypeB_helicrew_FatlOffset<CustomAttributes,|positionhE A0Eangles!;][@skill?init[this, ["faction", "USM_USA_70_OD"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionUSMC - TH 4 Co-Pilot@TH 4 [CH-53E]isPlayable,Attribute0dAttribute1nAttributes|propertyspeakerexpression_this setspeaker _value;ValuedatatypevalueMale11ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value;|dataK|typegvalue?|typeSCALAR|formationDIAMONDdataTypeGroupsideWestEntitiesAttributesidmatlOffset; itemsItem0Item1 dataTypeObjectPositionInfosideWestflagsAttributesidktypeB_Pilot_FatlOffset;CustomAttributesĵpositionfmES@f#EanglesΣ<ӠL=skill?rankLIEUTENANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "AH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - AH 1 Pilot@AH 1 [UH-1D Gunship]isPlayableĵAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueFdataVtypexvalueMale11ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueӶdatatypevalue ׃?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributes޷idltypeB_Pilot_FatlOffset;CustomAttributespositionfE?p@Eanglesa<ӠL=޷skill?rankLIEUTENANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUSMC - AH 1 Co-Pilot@AH 1 [UH-1D Gunship]isPlayableAttribute0ٸAttribute1jnAttributespropertyspeakerexpression_this setspeaker _value;Value#jdata3jtypeUvalueMale09ENGjtypeSTRINGjpropertypitchexpression_this setpitch _value;Valuedatatypeܹvalueff?typeSCALARformationDIAMOND dataTypeGroupsideWestEntitieseAttributesfidpatlOffset <itemsItem0Item1f dataTypeObjectPositionInfosideWestflagsAttributesWidntypeB_Pilot_FatlOffset <CustomAttributes9position*E[b A"Eangles`1=6;Wskill?rankLIEUTENANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"], ["marker", "AH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionUSMC - AH 2 Pilot@AH 2 [UH-1D Gunship]isPlayable9Attribute0qAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;Valuedata˼typevalueMale05ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueHdataXtypetvalueff?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesSidotypeB_Pilot_FatlOffset$<CustomAttributesfposition*EI AQEangles#=6;Sskill?rankLIEUTENANTinit [this, ["faction", "USM_USA_70_OD"], ["gear", "P"]] call hull3_unit_fnc_init;descriptionUSMC - AH 2 Co-Pilot@AH 2 [UH-1D Gunship]isPlayableAttribute0NAttribute1߿nAttributesfpropertyspeakerexpression_this setspeaker _value;Value߿data߿typeʿvalueMale05ENG߿typeSTRING߿propertypitchexpression_this setpitch _value;Value%fdata5ftypeQvalue?ftypeSCALARfformationDIAMONDdataTypeLogicPositionInfonameadm_hc_unitisPlayabledescriptionHCidtypeHeadlessClient_F7position@kangles4@ɖ>7dataTypeLayernameModulesstateEntitiesidatlOffsetN'B items Item0Item1FItem2Item3Item4Item5^Item6Item7Item80Item9vdataTypeLogicPositionInfoareaSizeT @(>flagsidtypeModuleHideTerrainObjects_FCustomAttributesFpositionpDEʛA^Fangles=AA=@{=Attribute0Attribute1nAttributesFproperty#filterexpression_this setVariable ["#filter",_value]ValuefdatavtypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueFdataFtype3valueFtypeBOOLFdataTypeLogicPositionInfoareaSize…AmAflagsidtypeModuleHideTerrainObjects_FatlOffset?CustomAttributespositionERAK_FanglesC[@Attribute0VAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueMdata]typeyvaluetypeBOOLdataTypeLogicPositionInfo,areaSizeѢAXoAflagsidtypeModuleHideTerrainObjects_FatlOffset s:?CustomAttributesdpositionmEAAcFangles|\B@dAttribute0Attribute13nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value3data3typevaluepA3typeSCALAR3property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatatypevaluetypeBOOLdataTypeLogicPositionInforareaSizeVAAflagsidtypeModuleHideTerrainObjects_FatlOffsetPL?CustomAttributesposition]E@?Fangles|\B@Attribute0Attribute1ynAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value8ydataHytypedvaluepAytypeSCALARyproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatatypevaluetypeBOOLdataTypeLogicPositionInfoareaSizeVAAflagsidtypeModuleHideTerrainObjects_FatlOffsetPL?CustomAttributes^position)HE8MDA,Fangles|\B@Attribute0(Attribute1nAttributes^property#filterexpression_this setVariable ["#filter",_value]Value~datatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value^data/^typeKvalue^typeBOOL^dataTypeLogicPositionInfoareaSizeLA(/BflagsidtypeModuleHideTerrainObjects_FatlOffsetʪCustomAttributes6positionѦEgtA Fangles7r@6Attribute0nAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueedatautypevaluetypeBOOLdataTypeLogicPositionInfoDareaSize8zAkAflagsidtypeModuleHideTerrainObjects_FatlOffsetT?CustomAttributes|position]AE@eTFangles|\B@|Attribute0Attribute1KnAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value KdataKtype6valuepAKtypeSCALARKproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatatypevaluetypeBOOLdataTypeLogicPositionInfoareaSize8zAkAflagsidtypeModuleHideTerrainObjects_FatlOffsetT?CustomAttributes0positionEA Fangles|\B@Attribute0Attribute1nAttributes0property#filterexpression_this setVariable ["#filter",_value]ValuePdata`type|valuepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value0data0typevalue0typeBOOL0dataTypeLogicPositionInfoareaSizenABflagsidOtypeModuleHideTerrainObjects_FatlOffsetCustomAttributesvpositionfFp~@S$Fanglesv@@M@Attribute0@Attribute1nAttributesvproperty#filterexpression_this setVariable ["#filter",_value]ValuedatatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value7vdataGvtypecvaluevtypeBOOLvdataTypeLogicPositionInfoareaSize:4AAflagsid\typeModuleHideTerrainObjects_FatlOffset@CustomAttributesNposition#ERBHEanglesZ@NAttribute0Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatatypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value}datatypevaluetypeBOOLdataTypeLayernameSpawnstateEntitiesidatlOffset?%2items1Item0gItem12Item2Item3Item4Item5Item6 Item7Item8Item9Item10dItem115Item12Item13.Item14VItem157Item16_Item17Item18XItem19)Item20Item21Item22Item23Item24\Item25Item26Item27}Item28NItem29Item30Item31 Item32Item33Item34Item35Item36hItem379Item38 Item39Item40Item41}Item42^ Item43? Item44 Item45 Item46 Item47 Item48T%dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_rampart2positionziEi/fA@JFanglesg=@#<disableSimulation2dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_rampartpositionEIbAnFangles@@l@disableSimulationdataTypeObjectPositionInforsideEmptyflagsAttributesidtypeLand_fort_rampartpositionoE`AƞFangles#<kF@'=disableSimulationdataTypeObjectPositionInfoBsideEmptyflagsAttributeszidtypeCUP_BOX_USMC_AmmoVeh_FpositionjE{A\Fangles'=fAFangles=L@@initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}_dataTypeObjectPositionInfosideEmptyflagsAttributes!idtypeCUP_BOX_USMC_AmmoVeh_FatlOffsetpositionq:E:*=AFangles}=]?@!initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}dataTypeObjectPositionInfosideEmptyflagsAttributes:idtypeLand_fort_bagfence_longXpositionQEmN*AFangles=X @@:disableSimulationXdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeLand_fort_bagfence_long)position+E(U&AFangles}= @@ disableSimulation)dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longposition@EB%AFangles#<@y=disableSimulationdataTypeObjectPositionInfousideEmptyflagsAttributesidtypeLand_fort_bagfence_longpositiondisableSimulationdataTypeObjectPositionInfo+sideEmptyflagsAttributescidtypeLand_fort_rampartatlOffset >position>"E`Ž@Fangles @cdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes>idtypeLand_fort_rampartatlOffsetfe=\position`E@'FanglesܰY@>disableSimulation\dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_BOX_USMC_AmmoVeh_FatlOffset;positionQE@Fanglesk\@initcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}dataTypeObjectPositionInfosideEmptyflagsAttributesFidtypeCUP_BOX_USMC_AmmoVeh_FatlOffset@position1 E@,Fangles@H?@Finitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}dataTypeObjectPositionInfo'sideEmptyflagsAttributes_idtypeLand_fort_bagfence_long}positionجE{@FanglesӠL=E@#<_disableSimulation}dataTypeObjectPositionInfosideEmptyflagsAttributes0idtypeLand_fort_bagfence_longNpositionҬEG.@wFangles!;E@@0disableSimulationNdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longpositionE$@ّFangles[@E@6Z;disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_M151_M2_SYNDatlOffsetv9CustomAttributesspositionnETOAVFangles@nF@@skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}sAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["arifle_AKM_F","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_762x39_Mag_F","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_Carryall_oli"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_M151_M2_SYNDatlOffsetCustomAttributesh positionzE~LAJFangles l@nF@@skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}hAttribute0nAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value data typevalue[[[["arifle_AKM_F","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_762x39_Mag_F","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_Carryall_oli"],[4]]],false] typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_M151_M2_SYNDatlOffsetCustomAttributes]position3[EHLAWFangles@@@skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}]Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["arifle_AKM_F","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_762x39_Mag_F","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_Carryall_oli"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_M151_M2_SYNDatlOffset@CustomAttributesRposition>E.7PA'Fangles@@@skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}RAttribute0znAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["arifle_AKM_F","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_762x39_Mag_F","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_Carryall_oli"],[4]]],false]typeSTRINGdataTypeObjectPositionInfo~sideEmptyflagsAttributesid_typeland_gm_camonet_02_natoatlOffset@positionGEAxFangles@dataTypeObjectPositionInfoAsideEmptyflagsAttributesyidatypeLand_fort_rampartatlOffset5positionE@ˊ FanglesY@o9>@ydisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesJidbtypeLand_fort_bagfence_longhpositionE@J FanglesS@B>贜=JdisableSimulationhdataTypeObjectPositionInfosideEmptyflagsAttributesidctypeLand_fort_bagfence_long9positionίEC@{ Fangles=<?T=disableSimulation9dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_long positionSEY`fAlFanglesWD@ԣ<disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longpositionE(MfAFangles;@q@<disableSimulationdataTypeObjectPositionInfoVsideEmptyflagsAttributesidtypeLand_fort_bagfence_longpositionoEdAҎFanglesS@@l?=disableSimulationdataTypeObjectPositionInfo'sideEmptyflagsAttributes_idtypeLand_fort_bagfence_long}positionMEbA[Fangles6Z;_?#=_disableSimulation}dataTypeObjectPositionInfo sideEmptyflagsAttributes@ idtypeLand_fort_bagfence_longatlOffset5^ positionZ|EfA[Fangles'=_?<@ disableSimulation^ dataTypeObjectPositionInfo sideEmptyflagsAttributes! idtypeLand_fort_bagfence_longatlOffset? position]XE!eAvZFangles<_?{=! disableSimulation? dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeLand_fort_bagfence_long position?EM(AQFangles!;@@ disableSimulation dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeLand_fort_bagfence_long position2E @ Fangles@>?@ disableSimulation dataTypeObjectPositionInfo\ sideEmptyflagsAttributes idtypeLand_fort_bagfence_long position"/E@ Fangles.@?.@ disableSimulation dataTypeObjectPositionInfo- sideEmptyflagsAttributese idtypeLand_fort_bagfence_long positionجE@-Fangles[@٠@6;e disableSimulation dataTypeObjectPositionInfo sideEmptyflagsAttributes6idtypeLand_fort_bagfence_longTpositionE@EFanglesl@|[@P@6disableSimulationTdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_long%positionFEG@̡Fangles@Ԁ@@disableSimulation%dataTypeMarkerposition"E|@WFnamemarkermarkerTypeRECTANGLEtyperectanglecolorNameColorGreenalpha?fillNameSolidBorderaZCb5Cangle4BdrawBorderidatlOffset dataTypeLayernameJIPEntitiesVidatlOffsetx7=itemsItem0Item1}Item2Item3Item4Item5"Item6%Item7'Item8d(Item9+Item10:/Item11:2Item12p3Item13p6Item147Item15:= dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_UH1D_gunship_GER_KSKatlOffsetT9CustomAttributesg}positionnE ACޡEangles=<wu=skill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesOlivepylonsCUP_PylonPod_CMFlare_Chaff;CUP_PylonPod_CMFlare_Chaff;CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_1200Rnd_TE1_Red_Tracer_GAU19A_M;CUP_PylonPod_1200Rnd_TE1_Red_Tracer_GAU19A_M;gAttribute0Attribute1nAttributes}propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata typevalue[[[["CUP_arifle_G36C","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_G36","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGpropertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValue>}dataN}typejvalue}typeBOOL} dataTypeObjectPositionInfo!sideEmptyflagsAttributesYidtypeCUP_B_UH1D_gunship_GER_KSKatlOffsetCustomAttributespositionE+7AEangless=6Z;Yskill?lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesOlivepylonsCUP_PylonPod_CMFlare_Chaff;CUP_PylonPod_CMFlare_Chaff;CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_19Rnd_Rocket_FFAR_M;CUP_PylonPod_1200Rnd_TE1_Red_Tracer_GAU19A_M;CUP_PylonPod_1200Rnd_TE1_Red_Tracer_GAU19A_M;Attribute0Attribute1/nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueX/datah/typevalue[[[["CUP_arifle_G36C","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_G36","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]/typeSTRING/propertyace_fastroping_equipFRIESexpression[_this] call ace_fastroping_fnc_equipFRIESValuedatatypevaluetypeBOOL dataTypeObjectPositionInfo|sideEmptyflagsAttributesidtypeCUP_B_MTVR_Refuel_USMCatlOffsetCustomAttributes(positionE A[Eangles@?=lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}(Attribute0PnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M16A4_Base","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"],[1]]],false]typeSTRING dataTypeObjectPositionInfoysideEmptyflagsAttributesidtypeCUP_B_MTVR_Refuel_USMCatlOffsetP CustomAttributes%position {E'A6Eangles'=bFx@*@lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}%Attribute0MnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M16A4_Base","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"],[1]]],false]typeSTRING dataTypeObjectPositionInfot sideEmptyflagsAttributes idtypeCUP_B_MTVR_Ammo_USMCatlOffsetɸCustomAttributes !"positionEEA6Eangles@?= lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;} !Attribute0H!nAttributes"propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value!"data!"type"value[[[["CUP_arifle_M16A4_Base","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"],[1]]],false]"typeSTRING" dataTypeObjectPositionInfoo#sideEmptyflagsAttributes#idtypeCUP_B_MTVR_Ammo_USMCatlOffset?CustomAttributes$%position\E8'A0QEangles.#=bFx@P@#lockUNLOCKEDinitcall{ [this, ["faction", "USM_USA_70_OD"], ["gear", "Car"]] call hull3_unit_fnc_init;}$Attribute0C$nAttributes%propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$%data$%type%value[[[["CUP_arifle_M16A4_Base","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"],[1]]],false]%typeSTRING%dataTypeObjectPositionInfoN&sideEmptyflagsAttributes&idytypeCUP_B_M113_USAatlOffsetI'position5EnVB_Eangles@c@`@&skill?lockUNLOCKEDinit [this, ["faction", "USM_USA_70_OD"], ["gear", "Armored"]] call hull3_unit_fnc_init;texturesWoodland'dataTypeObjectPositionInfo'sideEmptyflagsAttributes'idxtypeCUP_B_M113_USAatlOffsetd(positionZpEUBidatlOffset:BitemsItem0d?Item1I@Item2BItem3fDItem4FItem5SItem6ETItem7VItem8RXItem9ZItem10egItem11:hItem12jItem13WlItem14nItem15z{Item16_|Item17~Item18|Item19ЂItem20Item21Item227Item23{Item24ϘItem25Item26WItem27Item28dataTypeTriggerpositionqEC A'Fangle6 ?Attributes?idtypeEmptyDetectoratlOffset6I@conditioncall{hull3_mission_safetyTimerAbort}sizeA(AsizeB1Atimeout A A AI@dataTypeGroupsideCivilianEntities@AttributesBidatlOffsetffBBitemsItem0@Item1AItem2BBdataTypeObjectPositionInfoYAsideCivilianflagsAttributesAidtypeC_Bob_VRatlOffsetApositionśE+בAZ9Fangles ?AAdataTypeWaypointloiterAltitudepositionEATFEffectsBshowWPNEVERidtypeMoveBBdataTypeWaypointloiterAltitudepositionoE[eJA0FEffectsBshowWPNEVERidtypeMoveBBBdataTypeGroupsideCivilianEntitiesBAttributes`DidatlOffsetffBfDitemsItem0#CItem1C`DdataTypeObjectPositionInfoCsideCivilianflagsAttributesCidtypeC_Bob_VRatlOffsetCposition ΛE|A Fangles ?CCdataTypeWaypointloiterAltitudeposition|ɩE]Ax"FEffectsZDshowWPNEVERid typeMove`D`DfDdataTypeGroupsideCivilianEntitiesDAttributesFidatlOffsetffBFitemsItem0DItem1EItem2$FFdataTypeObjectPositionInfofEsideCivilianflagsAttributesEidtypeC_Bob_VREpositionzEj5AbFangles ?EEdataTypeWaypointloiterAltitudepositionЬE:A@FEffectsFshowWPNEVERidtypeMove$F$FdataTypeWaypointloiterAltitudeposition^EA FEffectsFshowWPNEVERidtypeMoveatlOffset08FFFdataTypeLogicPositionInfo2GidtypeAdmiral_OndemandCampZoneatlOffset6CustomAttributesjGSposition= EA<FanglesC>w?#@@jGAttribute0fHAttribute13IAttribute2IAttribute3JAttribute4yKAttribute5CLAttribute6MAttribute7MAttribute8NAttribute9zOAttribute10LPAttribute11QAttribute12QAttribute13RnAttributesSpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueH3IdataI3ItypeIvalue3ItypeSTRING3IpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueIIdataIItypeIvalueItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuevJJdataJJtypeJvalueBJtypeSCALARJpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value8KyKdataHKyKtypedKvalueByKtypeSCALARyKpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueLCLdataLCLtype.Lvalue ACLtypeSCALARCLpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueLMdataLMtypeLvalueMtypeBOOLMpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueMMdataMMtypeMvalueMtypeSCALARMpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedNNdatatNNtypeNvalueNtypeSTRINGNpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value9OzOdataIOzOtypeeOvaluezOtypeSCALARzOpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value PLPdataPLPtype7PvalueLPtypeSCALARLPpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuePQdataPQtypeQvalueAQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueQQdataQQtypeQvalueQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value{RRdataRRtypeRvalueRtypeSCALARRpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueKSSdata[SStypetSvalueStypeSTRINGSdataTypeTriggerpositionuExAFangleA4@AttributesSidtypeEmptyDetectorETconditioncall{hull3_mission_safetyTimerAbort}sizeA(AsizeB1AETdataTypeGroupsideCivilianEntitiesTAttributesVidatlOffsetffBVitemsItem0TItem1UItem2VVdataTypeObjectPositionInfoUUsideCivilianflagsAttributesUidtypeC_Bob_VRatlOffsetUposition)E%A FanglesQ7@UUdataTypeWaypointloiterAltitudepositionE@FEffects VshowWPNEVERidtypeMoveVVdataTypeWaypointloiterAltitudepositionĪE3<@ǫFEffectsVshowWPNEVERidtypeMoveVVVdataTypeGroupsideCivilianEntitiesVAttributesLXidatlOffsetffBRXitemsItem0WItem1WLXdataTypeObjectPositionInfoWsideCivilianflagsAttributesWidtypeC_Bob_VRWpositionEJAFangles6@WWdataTypeWaypointloiterAltitudepositionݨE3AFEffectsFXshowWPNEVERid typeMoveLXLXRXdataTypeGroupsideCivilianEntitiesXAttributesZidatlOffsetffBZitemsItem0XItem1YItem2ZZdataTypeObjectPositionInfoRYsideCivilianflagsAttributesYidtypeC_Bob_VRYpositionsNEKwAFanglesQ7@YYdataTypeWaypointloiterAltitudepositionEAXFEffects ZshowWPNEVERidtypeMoveZZdataTypeWaypointloiterAltitudeposition{jEs7AFEffectsZshowWPNEVERidtypeMoveZZZdataTypeLogicPositionInfo[idtypeAdmiral_OndemandCampZoneatlOffset6CustomAttributesF[egpositionKEA [Fangles˾@7@=F[Attribute0B\Attribute1]Attribute2]Attribute3^Attribute4U_Attribute5`Attribute6`Attribute7aAttribute8~bAttribute9VcAttribute10(dAttribute11dAttribute12eAttribute13fnAttributesegpropertyAdmiral_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];ValuexaadataaatypeavalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value@b~bdataPb~btypeibvalue~btypeSTRING~bpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuecVcdata%cVctypeAcvalueVctypeSCALARVcpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuec(ddatac(dtypedvalue(dtypeSCALAR(dpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedddataddtypedvalueAdtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueeedataeetypeevalueetypeSCALARepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueWffdatagfftypefvalueftypeSCALARfpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'gegdata7gegtypePgvalueegtypeSTRINGegdataTypeTriggerpositionE`@6Fanglemt@AttributesgidtypeEmptyDetector:hconditioncall{hull3_mission_safetyTimerAbort}sizeA(AsizeB1AtimeoutAAA:hdataTypeGroupsideCivilianEntitieshAttributesjidatlOffsetffBjitemsItem0hItem1iItem2jjdataTypeObjectPositionInfoJisideCivilianflagsAttributesiidtypeC_Bob_VRatlOffsetiposition-E̿@Fanglesw@iidataTypeWaypointloiterAltitudeposition* E?hFEffectsjshowWPNEVERidtypeMovejjdataTypeWaypointloiterAltitudepositionZ;Eܵ@{FEffectsjshowWPNEVERidtypeMovejjjdataTypeGroupsideCivilianEntitiesjAttributesQlidatlOffsetffBWlitemsItem0kItem1kQldataTypeObjectPositionInfoksideCivilianflagsAttributeskidtypeC_Bob_VRatlOffsetkposition E*@cFanglesw@kkdataTypeWaypointloiterAltitudepositiontypeAdmiral_OndemandCampZoneCustomAttributesppositionEi NAA Fangles=ˌ9?@pAttribute0lAttribute19Attribute2Attribute3Attribute4Attribute5IAttribute6 Attribute7Attribute8Attribute9Attribute10RAttribute11"Attribute12Attribute13ŽnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value9data 9type$value9typeSTRING9propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataʅtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value|datatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>dataNtypejvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueIdataItype4value AItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueʈ dataڈ typevalue typeBOOL propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypeΉvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuejdataztypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value?dataOtypekvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueRdata!Rtype=valueRtypeSCALARRpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value"data"type valueA"typeSCALAR"propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypeٍvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueŽdataŽtypevalueŽtypeSCALARŽpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQdataatypezvaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesݑiddatlOffsetffBitemsItem0 Item1ݐItem2]ݑdataTypeObjectPositionInfosideCivilianflagsAttributesאidetypeC_Bob_VRatlOffsetݐpositionjE+OA` FanglesAttributesvidtypeEmptyDetectoratlOffset6޲conditioncall{hull3_mission_safetyTimerAbort}sizeA\z@sizeB1AtimeoutpBpBpB޲dataTypeGroupsideCivilianEntities<AttributesidatlOffsetffBitemsItem0dItem1dataTypeObjectPositionInfoӳsideCivilianflagsAttributes idtypeC_Bob_VRposition…EA FanglesY? dataTypeWaypointloiterAltitudeposition>ΨEVAvFEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes7Vposition3EP9AS FanglesP@??l@7Attribute03Attribute1Attribute2·Attribute3Attribute4FAttribute5Attribute6кAttribute7Attribute8oAttribute9GAttribute10Attribute11Attribute12Attribute13nAttributesVpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value¶dataҶtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value·data·typevalue·typeSCALAR·propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueCdataStypeovalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueFdataFtype1valueBFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueϹdata߹typevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueкdataкtypevalueкtypeBOOLкpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueidataytypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value1odataAotypeZvalueotypeSTRINGopropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueGdataGtype2valueGtypeSCALARGpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueؽdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypeԾvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuetdatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueHdataXtypetvalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueVdata(VtypeAvalueVtypeSTRINGVdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffBitemsItem0Item1dataTypeObjectPositionInfo[sideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6positionEA FanglesY?dataTypeWaypointloiterAltitudepositionE@- FEffectsshowWPNEVERidtypeMovedataTypeLayername5 Mins - TechiesstateEntitiesidatlOffset$(8A, items Item0Item1mItem2Item3Item4eItem5Item6bItem77Item8Item9Item10Item11m,dataTypeGroupsideCivilianEntitieswAttributesgidatlOffsetffBmitemsItem0Item1gItem2gdataTypeObjectPositionInfo)sideCivilianflagsAttributesaidtypeC_Bob_VRatlOffsetgpositionEHkA Fangles?agdataTypeWaypointloiterAltitudeposition qEA FEffectsshowWPNEVERid3typeMovedataTypeWaypointloiterAltitudepositionEA5FEffectsashowWPNEVERid4typeMoveggmdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffBitemsItem0Item1Item2;dataTypeObjectPositionInfo}sideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionIEHCeA Fangles?dataTypeWaypointloiterAltitudepositionU8Eat@ FEffects5showWPNEVERid1typeMove;;dataTypeWaypointloiterAltitudepositionE./AnFEffectsshowWPNEVERid2typeMovedataTypeTriggerpositionE(A Fangle?Attributes>idtypeEmptyDetectoratlOffsetQ8?conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBw@timeoutCCCdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesFeposition곖EA Fangles>`?@FAttribute0BAttribute1Attribute2Attribute3Attribute4UAttribute5Attribute6Attribute7Attribute8~Attribute9VAttribute10(Attribute11Attribute12Attribute13nAttributesepropertyAdmiral_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];ValueRdatabtype~valueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueUdata$Utype@valueBUtypeSCALARUpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatype value AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuexdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value@~dataP~typeivalue~typeSTRING~propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueVdata%VtypeAvalueVtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value(data(typevalue?(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueWdatagtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'edata7etypePvalueetypeSTRINGedataTypeGroupsideCivilianEntitiesAttributesid atlOffsetffBitemsItem0Item1dataTypeObjectPositionInfoZsideCivilianflagsAttributesid!typeC_Bob_VRpositionZHE.A"FanglesĦA@dataTypeWaypointloiterAltitudepositionLEb@ FEffectsshowWPNEVERid.typeMovedataTypeGroupsideCivilianEntities|Attributes\id"atlOffsetffBbitemsItem0Item1\Item2\dataTypeObjectPositionInfosideCivilianflagsAttributesVid#typeC_Bob_VR\positionZE42AFanglesĦA@V\dataTypeWaypointloiterAltitudeposition\EN@r!FEffectsshowWPNEVERid/typeMovedataTypeWaypointloiterAltitudeposition;E$AcFEffectsVshowWPNEVERid0typeMove\\bdataTypeTriggerposition\GExm7A4Fangle>@Attributesid&typeEmptyDetector7conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBw@timeoutCCC7dataTypeLogicPositionInfoid'typeAdmiral_OndemandCampZoneatlOffset5CustomAttributesposition7EҏJAJ Fangles`s@@@=Attribute0Attribute1Attribute2rAttribute34Attribute4Attribute5Attribute6Attribute7ZAttribute8Attribute9Attribute10Attribute11Attribute12eAttribute139nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuerdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value1rdataArtype]valuertypeSCALARrpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value4data4typevalueB4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueAdataQtypemvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueZdata)ZtypeEvalueZtypeSCALARZpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuedatatype valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueXdatahtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value$edata4etypePvalueetypeSCALARepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value9data9type$value9typeSCALAR9propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesdAttributesid(atlOffsetffBitemsItem0Item1IdataTypeObjectPositionInfo sideCivilianflagsAttributesCid)typeC_Bob_VRatlOffsetIposition\Eӿ@3FanglesC@CIdataTypeWaypointloiterAltitudepositionEEAӠFEffectsshowWPNEVERid5typeMovedataTypeGroupsideCivilianEntities-Attributesid*atlOffsetffBitemsItem0UItem1dataTypeObjectPositionInfosideCivilianflagsAttributes id+typeC_Bob_VRatlOffsetposition߬E'@v1FanglesC@ dataTypeWaypointloiterAltitudeposition̒E@@FEffectsshowWPNEVERid6typeMovedataTypeTriggerpositionUECX@8FanglekK@@Attributesid,typeEmptyDetectormconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBw@timeoutCCCmdataTypeLogicPositionInfoid-typeAdmiral_OndemandCampZoneCustomAttributes ,positioniլE{@nFangles@C@{= Attribute0 Attribute1Attribute2Attribute3ZAttribute4Attribute5Attribute6Attribute7Attribute8EAttribute9Attribute10Attribute11Attribute12Attribute13_nAttributes,propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueWdatagtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueZdata)ZtypeEvalueBZtypeSCALARZpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuegdatawtypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value?dataOtypekvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueEdataEtype0valueEtypeSTRINGEpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value~datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueJdataZtypevvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value_data._typeJvalue_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value,data,typevalue,typeSTRING,dataTypeLayername10 Mins - ArmourstateEntitiesidatlOffsetwAJ itemsItem0Item1Item2Item3U Item4 Item5 Item6Item7JdataTypeGroupsideCivilianEntitiesVAttributesidatlOffsetffBitemsItem0~Item1;dataTypeObjectPositionInfosideCivilianflagsAttributes5idtypeC_Bob_VRatlOffset;position4E@jaFangles9@5;dataTypeWaypointloiterAltitudepositionEAJFEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo)idtypeAdmiral_OndemandCampZoneCustomAttributesapositionEg>@3Fanglest5@aְ@$@aAttribute0]Attribute1*Attribute2Attribute3Attribute4pAttribute5:Attribute6Attribute7Attribute8Attribute9qAttribute10CAttribute11Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value*data*typevalue*typeSTRING*propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuemdata}typevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value/pdata?ptype[valueBptypeSCALARppropertyAdmiral_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];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value[dataktypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value0qdata@qtype\valueqtypeSCALARqpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueCdataCtype.valueCtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuerdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueBdataRtypekvaluetypeSTRINGdataTypeTriggerposition HE@OFanglet@AttributesidtypeEmptyDetectorU conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBw@timeoutDDDU dataTypeGroupsideCivilianEntities Attributes idatlOffsetffB itemsItem0 Item1 Item2#  dataTypeObjectPositionInfoe sideCivilianflagsAttributes idtypeC_Bob_VRatlOffset positionx!E8@@XFangles9@  dataTypeWaypointloiterAltitudepositionE=A FEffects showWPNEVERidtypeMove# # dataTypeWaypointloiterAltitudeposition^ETAFEffects showWPNEVERidtypeMove   dataTypeGroupsideCivilianEntities Attributes idatlOffsetffB itemsItem0: Item1 Item2w  dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VRatlOffset5 positionjE@+@XFangles=@  dataTypeWaypointloiterAltitudeposition@E{N@z$FEffectsq showWPNEVERidtypeMovew w dataTypeWaypointloiterAltitudeposition7EDA7FEffects showWPNEVERidtypeMove   dataTypeLogicPositionInfoeidtypeAdmiral_OndemandCampZoneCustomAttributespositionWEAǛFangles֑@i<@ =Attribute0Attribute1fAttribute2(Attribute3Attribute4Attribute5vAttribute66Attribute7Attribute8Attribute9Attribute10Attribute11OAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value(fdata8ftypeQvalueftypeSTRINGfpropertyAdmiral_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];Valuekdata{typevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value5vdataEvtypeavalue AvtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value6data6type#value6typeBOOL6propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valueldata|typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueOdataOtype:valueOtypeSCALAROpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value~datatypevaluetypeSTRINGdataTypeTriggerpositionlmEO@HlFangle:@Attributes)idtypeEmptyDetectorconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBw@timeoutDDDdataTypeGroupsideCivilianEntitiesAttributesDidatlOffsetffBJitemsItem0Item1DdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionbE@ZFangles=@dataTypeWaypointloiterAltitudeposition"showWPNEVERidtypeMoveDDJdataTypeLayername15 Mins - Inf + TechiesstateEntitiesidatlOffsetuB{itemsItem0Item1FA{dataTypeLayernameTECHEntities%idatlOffsetJBFA itemsItem0Item1^+Item2-Item3-Item400Item5<Item6>Item7?FAdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset5CustomAttributes?^+positiony.E4OAr FanglesL@?9@?Attribute0; Attribute1!Attribute2!Attribute3"Attribute4N#Attribute5$Attribute6$Attribute7%Attribute8w&Attribute9O'Attribute10!(Attribute11(Attribute12)Attribute13*nAttributes^+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];Value!!data!!type!value!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueK""data[""typew"valueB"typeSCALAR"propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value #N#data#N#type9#valueBN#typeSCALARN#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];Valueq%%data%%type%value%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value9&w&dataI&w&typeb&valuew&typeSTRINGw&propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value'O'data'O'type:'valueO'typeSCALARO'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];ValueP**data`**type|*value*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value +^+data0+^+typeI+value^+typeSTRING^+dataTypeGroupsideCivilianEntities+Attributes-idatlOffsetffB-itemsItem0+Item1,-dataTypeObjectPositionInfoS,sideCivilianflagsAttributes,idtypeC_Bob_VR,positionEOA Fangles*;?,,dataTypeWaypointloiterAltitudeposition2Ea AÇFEffects -showWPNEVERidtypeMove---dataTypeTriggerpositionݒELNA Fangle&?Attributes-idtypeEmptyDetector-conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutaDaDaD-dataTypeGroupsideCivilianEntitiesJ.Attributes*0idatlOffsetffB00itemsItem0}.Item1*/Item2/*0dataTypeObjectPositionInfo.sideCivilianflagsAttributes$/idtypeC_Bob_VR*/positionEwA Fangles*;?$/*/dataTypeWaypointloiterAltitudepositionIEXA FEffects/showWPNEVERidtypeMove//dataTypeWaypointloiterAltitudepositiondE9@ FEffects$0showWPNEVERidtypeMove*0*000dataTypeLogicPositionInfo0idtypeAdmiral_OndemandCampZoneatlOffset6CustomAttributes0<position+EĜARFanglesf<g@6Z;0Attribute01Attribute12Attribute2k3Attribute3-4Attribute44Attribute55Attribute6y6Attribute7S7Attribute88Attribute98Attribute109Attribute11:Attribute12^;Attribute132<nAttributes<propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuek22data{22type2value2typeSTRING2propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value*3k3data:3k3typeV3valuek3typeSCALARk3propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3-4data3-4type4valueB-4typeSCALAR-4propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value44data44type4valueB4typeSCALAR4propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuex55data55type5value A5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value:6y6dataJ6y6typef6valuey6typeBOOLy6propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value7S7data"7S7type>7valueS7typeSCALARS7propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value78data78type8value8typeSTRING8propertyAdmiral_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];ValueQ::dataa::type}:value:typeSCALAR:propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value;^;data-;^;typeI;value^;typeSCALAR^;propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value;2<data<2<type<value2<typeSCALAR2<propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value<<data<<type<value<typeSTRING<dataTypeGroupsideCivilianEntities]=Attributes>idatlOffsetffB>itemsItem0=Item12>>dataTypeObjectPositionInfo=sideCivilianflagsAttributes,>idtypeC_Bob_VR2>positionEϨAFanglesh@,>2>dataTypeWaypointloiterAltitudepositionSE;@FEffects>showWPNEVERid#typeMove>>>dataTypeTriggerpositionEA2FangleO,Attributes%?id typeEmptyDetector?conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutaDaDaD?dataTypeGroupsideCivilianEntities?Attributes@Aid!atlOffsetffBFAitemsItem0@Item1@@AdataTypeObjectPositionInfo@sideCivilianflagsAttributes@id"typeC_Bob_VR@positionɠEU2AFanglesh@@@dataTypeWaypointloiterAltitudepositionjժE TFA}FEffects:AshowWPNEVERid$typeMove@A@AFAdataTypeLayernameINFEntitiesAidatlOffset#;qB{itemsItem0BItem1VOItem2QItem3SItem4TItem5|VItem6;cItem7eItem8gItem9hItem10jItem11PwItem12yItem13{Item14|Item15v~Item16EItem17Item18Item19{dataTypeLogicPositionInfoBidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes7CVOposition֝EchAFangles$@@!;7CAttribute03DAttribute1EAttribute2EAttribute3FAttribute4FGAttribute5HAttribute6HAttribute7IAttribute8oJAttribute9GKAttribute10LAttribute11LAttribute12MAttribute13NnAttributesVOpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueDEdataDEtypeDvalueEtypeSTRINGEpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueEEdataEEtypeEvalueEtypeSCALAREpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueCFFdataSFFtypeoFvalueBFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueGFGdataGFGtype1GvalueBFGtypeSCALARFGpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueGHdataGHtypeGvalue AHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueHHdataHHtypeHvalueHtypeBOOLHpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueiIIdatayIItypeIvalueItypeSCALARIpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value1JoJdataAJoJtypeZJvalueoJtypeSTRINGoJpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueKGKdataKGKtype2KvalueGKtypeSCALARGKpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueKLdataKLtypeLvalueLtypeSCALARLpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueLLdataLLtypeLvalue@LtypeSCALARLpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuetMMdataMMtypeMvalueMtypeSCALARMpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueHNNdataXNNtypetNvalueNtypeSCALARNpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueOVOdata(OVOtypeAOvalueVOtypeSTRINGVOdataTypeGroupsideCivilianEntitiesOAttributesQidatlOffsetffBQitemsItem0OItem1PItem2QQdataTypeObjectPositionInfoVPsideCivilianflagsAttributesPidtypeC_Bob_VRPposition5E?dAFangles@PPdataTypeWaypointloiterAltitudeposition6ئEnAgFEffectsQshowWPNEVERid typeMoveQQdataTypeWaypointloiterAltitudeposition֞E@WFEffectsQshowWPNEVERid typeMoveQQQdataTypeGroupsideCivilianEntitiesQAttributesSidatlOffsetffBSitemsItem0+RItem1RItem2hSSdataTypeObjectPositionInfoRsideCivilianflagsAttributesRidtypeC_Bob_VRatlOffset5Rposition'E)^AcFangles@RRdataTypeWaypointloiterAltitudepositionƗE @fFEffectsbSshowWPNEVERidtypeMovehShSdataTypeWaypointloiterAltitudeposition:E@ЏFEffectsSshowWPNEVERid typeMoveSSSdataTypeTriggerpositionEbA˵Fangle= @Attributes[TidtypeEmptyDetectorTconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutaDaDaDTdataTypeGroupsideCivilianEntities!UAttributesvVidatlOffsetffB|VitemsItem0IUItem1UvVdataTypeObjectPositionInfoUsideCivilianflagsAttributesUidtypeC_Bob_VRUposition-E'_AFangles@UUdataTypeWaypointloiterAltitudeposition1Ec)@FEffectspVshowWPNEVERidtypeMovevVvV|VdataTypeLogicPositionInfoVidstypeAdmiral_OndemandCampZoneCustomAttributesW;cpositionyEAMFanglesvF>u?>WAttribute0XAttribute1XAttribute2YAttribute3iZAttribute4+[Attribute5[Attribute6\Attribute7]Attribute8T^Attribute9,_Attribute10_Attribute11`Attribute12aAttribute13nbnAttributes;cpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueXXdataXXtypeXvalueXtypeSTRINGXpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuefYYdatavYYtypeYvalueYtypeSCALARYpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value(ZiZdata8ZiZtypeTZvalueBiZtypeSCALARiZpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueZ+[dataZ+[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];Valuev\\data\\type\value\typeBOOL\propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueN]]data^]]typez]value]typeSCALAR]propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value^T^data&^T^type?^valueT^typeSTRINGT^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];ValueYaadataiaatypeavalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value-bnbdata=bnbtypeYbvaluenbtypeSCALARnbpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valueb;cdata c;ctype&cvalue;ctypeSTRING;cdataTypeGroupsideCivilianEntitiescAttributeseidtatlOffsetffBeitemsItem0cItem1dItem2 eedataTypeObjectPositionInfoKdsideCivilianflagsAttributesdidutypeC_Bob_VRatlOffset6dpositionEAFangles?dddataTypeWaypointloiterAltitudeposition ĢE'@ FEffectseshowWPNEVERidtypeMove e edataTypeWaypointloiterAltitudepositionEȦ@| FEffectseshowWPNEVERidtypeMoveeeedataTypeGroupsideCivilianEntitieseAttributesgidvatlOffsetffBgitemsItem0 fItem1fItem2]ggdataTypeObjectPositionInfofsideCivilianflagsAttributesfidwtypeC_Bob_VRatlOffset6fpositionҙEA!Fangles?ffdataTypeWaypointloiterAltitudepositionSE~\AX[ FEffectsWgshowWPNEVERidtypeMove]g]gdataTypeWaypointloiterAltitudepositionլE@5SFEffectsgshowWPNEVERidtypeMovegggdataTypeTriggerposition<ęE#AFangle?AttributesPhidxtypeEmptyDetectorhconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutaDaDaDhdataTypeGroupsideCivilianEntitiesiAttributes{jidyatlOffsetffBjitemsItem0>iItem1i{jdataTypeObjectPositionInfoisideCivilianflagsAttributesiidztypeC_Bob_VRatlOffset6ipositionE AFangles?iidataTypeWaypointloiterAltitudepositionҭE&@BFEffectsujshowWPNEVERid|typeMove{j{jjdataTypeLogicPositionInfojidktypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes1kPwpositionEʒA}Fanglesԣ<Iy<z@1kAttribute0-lAttribute1lAttribute2mAttribute3~nAttribute4@oAttribute5 pAttribute6pAttribute7qAttribute8irAttribute9AsAttribute10tAttribute11tAttribute12uAttribute13vnAttributesPwpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuelldatalltypelvalueltypeSTRINGlpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value{mmdatammtypemvaluemtypeSCALARmpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value=n~ndataMn~ntypeinvalueB~ntypeSCALAR~npropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuen@odatao@otype+ovalueB@otypeSCALAR@opropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueo pdatao ptypeovalue A ptypeSCALAR ppropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueppdatapptypepvalueptypeBOOLppropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuecqqdatasqqtypeqvalueqtypeSCALARqpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value+rirdata;rirtypeTrvalueirtypeSTRINGirpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuesAsdatasAstype,svalueAstypeSCALARAspropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuestdatasttypesvaluettypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuettdatatttypetvalue@ttypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuenuudata~uutypeuvalueutypeSCALARupropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueBvvdataRvvtypenvvaluevtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuewPwdata"wPwtype;wvaluePwtypeSTRINGPwdataTypeGroupsideCivilianEntitieswAttributesyidlatlOffsetffByitemsItem0wItem1xItem2yydataTypeObjectPositionInfo`xsideCivilianflagsAttributesxidmtypeC_Bob_VRatlOffsetxposition֥EAa9Fanglesk!=xxdataTypeWaypointloiterAltitudepositionE.A FEffectsyshowWPNEVERidtypeMoveyydataTypeWaypointloiterAltitudeposition}E.\ApFEffectsyshowWPNEVERidtypeMoveyyydataTypeGroupsideCivilianEntitieszAttributes{idnatlOffsetffB{itemsItem05zItem1zItem2b{{dataTypeObjectPositionInfozsideCivilianflagsAttributeszidotypeC_Bob_VRzpositionECA\8Fanglesk!=zzdataTypeWaypointloiterAltitudepositionɿEv@ FEffects\{showWPNEVERid}typeMoveb{b{dataTypeWaypointloiterAltitudepositionsEZ@FEffects{showWPNEVERid~typeMove{{{dataTypeTriggerpositionEe?A-Fangleu@AttributesU|idptypeEmptyDetector|conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutaDaDaD|dataTypeGroupsideCivilianEntities}Attributesp~idqatlOffsetffBv~itemsItem0C}Item1}p~dataTypeObjectPositionInfo}sideCivilianflagsAttributes}idrtypeC_Bob_VR}positionE)A?Fanglesk!=}}dataTypeWaypointloiterAltitudepositionEAAFEffectsj~showWPNEVERid{typeMovep~p~v~dataTypeLogicPositionInfo~idtypeAdmiral_OndemandCampZoneatlOffset5CustomAttributes&EpositionkE߿@fFangles#<2@ӠL=&Attribute0"Attribute1Attribute2Attribute3sAttribute45Attribute5Attribute6Attribute7Attribute8^Attribute96Attribute10Attribute11؈Attribute12Attribute13xnAttributesEpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypeڀvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuepdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2sdataBstype^valueBstypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value5data5type valueB5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedata΃typevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueXdatahtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value ^data0^typeIvalue^typeSTRING^propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value6data6type!value6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueLJdataׇtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value؈data؈typeÈvalue@؈typeSCALAR؈propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuecdatastypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value7xdataGxtypecvaluextypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdataEtype0valueEtypeSTRINGEdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffBitemsItem0֋Item1Item2dataTypeObjectPositionInfoUsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5positionEO{@I=Fanglesw3@dataTypeWaypointloiterAltitudepositionEYALFEffects showWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionEH~S@FEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffBitemsItem0*Item1Item2gdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5position~E}@5Fanglesw3@dataTypeWaypointloiterAltitudepositionvEgABFEffectsashowWPNEVERid typeMoveggdataTypeWaypointloiterAltitudepositionE@z-FEffectsshowWPNEVERid typeMovedataTypeTriggerpositionE@CFanglei/@AttributesZidtypeEmptyDetectorconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutaDaDaDdataTypeGroupsideCivilianEntities AttributesuidatlOffsetffB{itemsItem0HItem1udataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionJEZ@X2Fanglesw3@dataTypeWaypointloiterAltitudepositioniE@lFEffectsoshowWPNEVERidtypeMoveuu{dataTypeLayername20 Mins - Arty + ArmourstateEntitiesid%atlOffsetB items Item0dItem1Item2Item3EItem4Item5ͤItem6!Item7eItem8:Item9dataTypeMarkerposition,E$AFnametgttypeEmptyid/dataTypeTriggerposition"EAWbFangle-8Attributes$id=typeEmptyDetectorconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutDDDdataTypeGroupsideCivilianEntitiesAttributes?id>atlOffsetffBEitemsItem0Item1?dataTypeObjectPositionInfosideCivilianflagsAttributesid?typeC_Bob_VRpositionEYCAVFangles@|]@dataTypeWaypointloiterAltitudepositionxEci@SV FEffects9showWPNEVERidCtypeMove??EdataTypeLogicPositionInfoid@typeAdmiral_OndemandCampZoneCustomAttributespositionE3AFangles;@X\@}=Attribute0Attribute1Attribute2pAttribute32Attribute4Attribute5Attribute6~Attribute7XAttribute8Attribute9Attribute10ǟAttribute11Attribute12cAttribute137nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuepdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value/pdata?ptype[valueptypeSCALARppropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2data2typevalueB2typeSCALAR2propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataÚtypeߚvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value}datatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?~dataO~typekvalue~typeBOOL~propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueXdata'XtypeCvalueXtypeSCALARXpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueߝdatatypevaluetypeSTRINGpropertyAdmiral_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];ValueVdataftypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value"cdata2ctypeNvalue?ctypeSCALARcpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value7data7type"value7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueƢdata֢typevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesbAttributesǤidAatlOffsetffBͤitemsItem0Item1GǤdataTypeObjectPositionInfo sideCivilianflagsAttributesAidBtypeC_Bob_VRatlOffset6GpositionEHAmUFangles@|]@AGdataTypeWaypointloiterAltitudepositionEv@ FEffectsshowWPNEVERidDtypeMoveǤǤͤdataTypeGroupsideCivilianEntities+Attributesid7atlOffsetffB!itemsItem0^Item1Item2dataTypeObjectPositionInfoݥsideCivilianflagsAttributesid8typeC_Bob_VRatlOffset I=position$E؀A9 FanglesK?dataTypeWaypointloiterAltitudeposition ةEp@XB FEffectsshowWPNEVERid9typeMovedataTypeWaypointloiterAltitudepositionDE$@HFEffectsshowWPNEVERid:typeMove!dataTypeGroupsideCivilianEntitiesAttributes_id4atlOffsetffBeitemsItem0Item1_Item2ߨ_dataTypeObjectPositionInfo!sideCivilianflagsAttributesYid5typeC_Bob_VR_positionEbAl> FanglesK?Y_dataTypeWaypointloiterAltitudeposition#rEA FEffects٨showWPNEVERid;typeMoveߨߨdataTypeWaypointloiterAltitudepositionETbA.BFEffectsYshowWPNEVERid<typeMove__edataTypeTriggerpositionETA0 FangleF>Attributesҩid6typeEmptyDetector:conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutDDD:dataTypeLogicPositionInfoid3typeAdmiral_OndemandCampZoneCustomAttributesڪpositionؕEݲA Fangles@/?$@ڪAttribute0֫Attribute1Attribute2eAttribute3'Attribute4Attribute5Attribute6sAttribute7MAttribute8Attribute9Attribute10Attribute11Attribute12XAttribute13,nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueedatautypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$edata4etypePvalueetypeSCALARepropertyAdmiral_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];Valuerdatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value4sdataDstype`valuestypeBOOLspropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value MdataMtype8valueMtypeSCALARMpropertyAdmiral_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];ValueKdata[typewvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueXdata'XtypeCvalue?XtypeSCALARXpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value,data,typevalue,typeSCALAR,propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuedata˶typevaluetypeSTRINGdataTypeLayernameARTYEntitiesCidatlOffset]BitemsItem0vItem1?Item2vdataTypeObjectPositionInfosideEastflagsAttributes-id+typeCUP_O_D30_RUatlOffset`?position E@\Eangles6Z;A>t5@-namearty?dataTypeTriggerposition51E">AŹEAttributesid-typeEmptyDetectoratlOffset1&Avconditioncall{hull3_mission_safetyTimerAbort}onActivationcall{if (isServer) then { [arty,"tgt"] call ark_script_fnc_fireArty; };}sizeAsizeBtimeoutDDDvdataTypeGroupsideEastEntities߹AttributesʺCrewLinksкid*atlOffsetffBitemsItem0ʺdataTypeObjectPositionInfosideEastflagsAttributesid,typeCUP_O_RU_SoldieratlOffset4ʺposition5 Ea.M@Eangles6Z;A>t5@nameartyGʺкLinkIDProviderLinksnextIDitemsItem0%linkIDitem0,item1+CustomData`roleturretPathdataTypeLayername25 Mins Onwards - AHstateEntitiesid&atlOffsetAAitemsItem0'Item1wItem2Item3oAdataTypeLayernameAH1EntitiespidatlOffset^|BwitemsItem0Item1QItem2PwdataTypeGroupsideEastEntities AttributesACrewLinksGidatlOffsetffBQitemsItem0kItem1'Item2Item3Item4?Item5Item6AdataTypeObjectPositionInfoܽsideEastflagsAttributesidtypeCUP_O_RU_Pilot'positioneD0@,IEangles>0?nameah_1D'dataTypeObjectPositionInfosideEastflagsAttributesоidtypeCUP_O_RU_PilotpositioneD0@,IEangles>0?оnameah_1G dataTypeWaypointloiterAltitudeposition;EtAFplacementCcompletitionRadiusHBEffectsshowWPNEVERidQtypeMove dataTypeWaypointloiterAltitudepositionDtEi0?initcall{this removeWeaponTurret ["CMFlareLauncher",[-1]];}nameah_1pylons[0];CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;[0];Attribute0nAttributesPpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuevPdataPtype;value[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]PtypeSTRINGPdataTypeTriggerpositionsDQAװEAttributesidVtypeEmptyDetectoratlOffset!Awconditioncall{hull3_mission_safetyTimerAbort}onActivationcall{if (isServer) then {[ah_1,true] call ark_fnc_enableSim};}sizeAsizeBtimeoutDDDwdataTypeLayernameHAH1EntitiesidatlOffset\rBitemsItem0Item1Item2dataTypeGroupsideEastEntities]AttributesCrewLinks idatlOffsetffB items Item0Item1Item2?Item3Item4Item5UItem6Item7Item8dataTypeObjectPositionInfoCsideEastflagsAttributes{idtypeCUP_O_RU_PilotpositionD0@GEangles>0?{nameh_ah_1DdataTypeObjectPositionInfosideEastflagsAttributes9idtypeCUP_O_RU_Pilot?positionD0@GEangles>0?9?dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_PilotpositionD0@GEangles>0?dataTypeObjectPositionInfo_sideEastflagsAttributesidtypeCUP_O_RU_PilotpositionD0@GEangles>0?nameh_ah_1G dataTypeWaypointloiterAltitudeposition(5E¼AFplacementCcompletitionRadiusHBEffectsOshowWPNEVERidWtypeMoveUU dataTypeWaypointloiterAltitudepositionE^ FplacementCcompletitionRadiusHBtypeSeekAndDestroyEffectsshowWPNEVERidXatlOffsetA dataTypeWaypointloiterAltitudeposition6E@@FplacementCcompletitionRadiusHBtypeSeekAndDestroyEffectsshowWPNEVERidY dataTypeWaypointloiterAltitudepositionxE8AMFplacementCcompletitionRadiusHBEffects~showWPNEVERidZtypeMoveatlOffsetnS@dataTypeWaypointloiterAltitudepositionӦE^!B^FtypeCycleEffectsshowWPNEVERid[ LinkIDProvider0LinksCnextIDCitemsItem0Item1Item2+Item3linkIDitem0item1CustomDatarolelinkIDitem0item1CustomData+roleturretPath+linkIDitem0item1CustomDatafroleturretPathlinkIDitem0item1CustomDataroleturretPath dataTypeObjectPositionInfo|sideEastflagsAttributesidtypeCUP_O_Mi8_RUatlOffsetCustomAttributespositionbDo5@Eangles>0?initcall{this removeWeaponTurret ["CMFlareLauncher",[-1]];}nameh_ah_1Attribute0/nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["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_AlicePack_Khaki"],[4]]],false]typeSTRINGdataTypeTriggerpositionDoMAEAttributes'idPtypeEmptyDetectoratlOffseto!Aconditioncall{hull3_mission_safetyTimerAbort}onActivationcall{if (isServer) then {[h_ah_1,true] call ark_fnc_enableSim};}sizeAsizeBtimeoutDDDdataTypeLayernameHAH2Entities)idatlOffset AoitemsItem0\Item1Item2odataTypeTriggerposition*F/nB$FAttributesid^typeEmptyDetectoratlOffset;k Bconditioncall{hull3_mission_safetyTimerAbort}onActivationcall{if (isServer) then {[ah_2,true] call ark_fnc_enableSim};}sizeAsizeBtimeout@E@E@E dataTypeObjectPositionInfo#sideEastflagsAttributes[idtypeCUP_O_Mi24_P_Dynamic_RUatlOffset`ͻCustomAttributes6positionFdc@te$Fangles$@Ro@*@[initcall{this removeWeaponTurret ["CMFlareLauncher",[-1]];}nameah_2pylons[0];CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;CUP_PylonPod_20Rnd_S8N_CCIP_M;[0];6Attribute0^nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatype}value[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRINGdataTypeGroupsideEastEntitiesAttributes_CrewLinkseidatlOffsetffBoitemsItem0ZItem1Item2Item3Item4RItem5Item6_dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_PilotpositionFK@e$Fangles$@Ro@*@nameah_1D_1dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_PilotpositionFK@e$Fangles$@Ro@*@nameah_1G_1 dataTypeWaypointloiterAltitudepositionDoE]FplacementCcompletitionRadiusHBEffectsshowWPNEVERidetypeMoveatlOffset@ dataTypeWaypointloiterAltitudepositionwEC FplacementCcompletitionRadiusHBtypeSeekAndDestroyEffectsLshowWPNEVERidfatlOffset&ARR dataTypeWaypointloiterAltitudepositionMEAFplacementCcompletitionRadiusHBtypeSeekAndDestroyEffectsshowWPNEVERidgatlOffset˨rA dataTypeWaypointloiterAltitudeposition|E%4BFplacementCcompletitionRadiusHBEffectsshowWPNEVERidhtypeMoveatlOffsetAdataTypeWaypointloiterAltitudepositionE1QCFtypeCycleEffectsYshowWPNEVERidiatlOffsetYKA__eLinkIDProviderLinksonextIDitemsItem0Item1olinkIDitem0item1CustomDatarolelinkIDitem0item1CustomDataLoroleturretPathodataTypeLayernameAH2EntitiesidatlOffset@BAitemsItem0Item1IItem2AdataTypeGroupsideEastEntitiesTAttributesgCrewLinksmidatlOffsetffBI items Item0Item1Item28Item3Item4Item5`Item6ZItem7Item8gdataTypeObjectPositionInfo:sideEastflagsAttributesridtypeCUP_O_RU_Pilotposition6F)m@V$Fangles@Ro@@rnameh_ah_1D_1dataTypeObjectPositionInfosideEastflagsAttributes2idtypeCUP_O_RU_Pilot8position6F)m@V$Fangles@Ro@@28dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Pilotposition6F)m@V$Fangles@Ro@@dataTypeObjectPositionInfoXsideEastflagsAttributesidtypeCUP_O_RU_Pilotposition6F)m@V$Fangles@Ro@@nameh_ah_1G_1 dataTypeWaypointloiterAltitudepositionEFplacementCcompletitionRadiusHBEffectsZshowWPNEVERid`typeMoveatlOffset3@`` dataTypeWaypointloiterAltitudepositionYEZ3AFplacementCcompletitionRadiusHBtypeSeekAndDestroyEffects-showWPNEVERidaatlOffset@>AttachedTo3Z3idoffset?Z dataTypeWaypointloiterAltitudepositionSEdBEi FplacementCcompletitionRadiusHBtypeSeekAndDestroyEffectsshowWPNEVERidbatlOffset`B dataTypeWaypointloiterAltitudepositionEXEB"uFplacementCcompletitionRadiusHBEffectsshowWPNEVERidctypeMoveatlOffsetBdataTypeWaypointloiterAltitudepositionE{@#GFtypeCycleEffectsashowWPNEVERiddatlOffsetCAggmLinkIDProviderLinksInextIDitemsItem0Item1/Item2Item3IlinkIDitem0item1CustomData/role/linkIDitem0item1CustomDatajroleturretPathlinkIDitem0item1CustomDataroleturretPathlinkIDitem0item1CustomData&IroleturretPathI dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_Mi8_RUatlOffsetCustomAttributesiposition6Fƾ@#$Fangles@Ro@@initcall{this removeWeaponTurret ["CMFlareLauncher",[-1]];}nameh_ah_2iAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["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_AlicePack_Khaki"],[4]]],false]typeSTRINGdataTypeTriggerposition=F?BL$FAttributesid_typeEmptyDetectoratlOffset,sBAconditioncall{hull3_mission_safetyTimerAbort}onActivationcall{if (isServer) then {[h_ah_2,true] call ark_fnc_enableSim};}sizeAsizeBtimeoutDDDAdataTypeMarkerpositiondME1"A8Fnameammo_1typeEmptyidatlOffset̹dataTypeMarkerpositionE`.@ Fnameammo_2typeEmptyidatlOffset̹ dataTypeMarkerposition#xE^AvFnameammo_3typeEmptyidatlOffset̹sdataTypeMarkerpositionE@ Fnameammo_4typeEmptyidatlOffset̹dataTypeObjectPositionInfoTsideEmptyflagsAttributesidtypeland_gm_camonet_03_natopositionFoEM`A6\Fangles'=[H?f<dataTypeObjectPositionInfo sideEmptyflagsAttributesEidtypeland_gm_camonet_03_natoKposition_fE8]AFanglesS@{@l?=EKdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeland_gm_camonet_01_natopositionE`AprFangles@@ l@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeland_gm_camonet_03_natoatlOffset`positionE`@Fangles?dataTypeObjectPositionInfoXsideEmptyflagsAttributesidtypeland_gm_camonet_01_natoatlOffset positionOE@oFangles>dataTypeObjectPositionInfo!sideEmptyflagsAttributesYidtypeland_gm_camonet_02_natoatlOffset޾_positionPEK@nFangles@Y_dataTypeObjectPositionInfosideEmptyflagsAttributes"idtypeland_gm_camonet_02_natoatlOffset`W(positionEʾ@; Fangles?"(dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeland_gm_camonet_02_natoatlOffsetYpositionWE @u Fangles?dataTypeLayername30 Mins - Techies + ArmourstateEntities]idatlOffsetB+itemsItem0Item1#+dataTypeLayernameTECHEntitiesidatlOffsetB#itemsItem0 Item1Item2Item3d#dataTypeGroupsideCivilianEntitieskAttributesidatlOffsetffBitemsItem0Item1@dataTypeObjectPositionInfosideCivilianflagsAttributes:idtypeC_Bob_VR@positionAEA( Fangles@:@dataTypeWaypointloiterAltitudeposition,E @LFEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionv&EA' Fangle@Attributes3idtypeEmptyDetectorconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutDDDdataTypeGroupsideCivilianEntitiesAttributes^idatlOffsetffBditemsItem0!Item1^dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset I=position{7E+A Fangles@dataTypeWaypointloiterAltitudeposition&E͊@| FEffectsXshowWPNEVERidtypeMove^^ddataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes#position-EPA@ Fangles@Q=Attribute0Attribute1Attribute2Attribute3QAttribute4Attribute5Attribute6Attribute7wAttribute8<Attribute9Attribute10Attribute11Attribute12Attribute13VnAttributes#propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueNdata^typezvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueQdata Qtype<valueBQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value^datantypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value6wdataFwtypebvaluewtypeSCALARwpropertyAdmiral_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];ValueudatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueAdataQtypemvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueVdata%VtypeAvalueVtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#data#typevalue#typeSTRING#dataTypeLayernameARMEntitieslidatlOffset(PB+ itemsItem0Item1 Item2t Item3= Item4Item5Item6Item7S+dataTypeGroupsideCivilianEntities4 Attributes idatlOffsetffB itemsItem0\ Item1  dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VRatlOffset5 position5E@HFangles1@  dataTypeWaypointloiterAltitudepositionCE$>A|FEffects showWPNEVERidtypeMove   dataTypeTriggerposition!E@Fanglel@Attributes idtypeEmptyDetectort conditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutDDDt dataTypeGroupsideCivilianEntities Attributes7 idatlOffsetffB= itemsItem0 Item1 7 dataTypeObjectPositionInfoy sideCivilianflagsAttributes idtypeC_Bob_VRatlOffsetI= positionEt @ Fangles1@  dataTypeWaypointloiterAltitudepositionE{T@FEffects1 showWPNEVERidtypeMove7 7 = dataTypeLogicPositionInfo idtypeAdmiral_OndemandCampZoneCustomAttributes positionVaE@Fangles<jΫ@= Attribute0Attribute1Attribute2hAttribute3*Attribute4Attribute5Attribute6vAttribute7PAttribute8Attribute9Attribute10Attribute11Attribute12[Attribute13/nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuehdataxtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value'hdata7htypeSvaluehtypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value*data*typevalueB*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueudatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7vdataGvtypecvaluevtypeBOOLvpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuePdataPtype;valuePtypeSCALARPpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value~datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueNdata^typezvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value[data*[typeFvalue?[typeSCALAR[propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value/data/typevalue/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeGroupsideCivilianEntitiesZAttributesidatlOffsetffBitemsItem0Item1/dataTypeObjectPositionInfosideCivilianflagsAttributes)idtypeC_Bob_VR/positionEX?AFanglesF%@)/dataTypeWaypointloiterAltitudepositionxEA,wFEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionm˫E@Fanglen!@Attributes"idtypeEmptyDetectorconditioncall{hull3_mission_safetyTimerAbort}sizeAz@sizeBv@timeoutDDDdataTypeGroupsideCivilianEntitiesAttributesMidatlOffsetffBSitemsItem0Item1MdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset I=positiondΫEa$A FanglesF%@dataTypeWaypointloiterAltitudeposition|ͨEb3AHFEffectsGshowWPNEVERidtypeMoveMMSdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes+positionۢEE@AFangles,xZ;$@=Attribute0Attribute1 Attribute2~!Attribute3@"Attribute4#Attribute5#Attribute6$Attribute7f%Attribute8+&Attribute9'Attribute10'Attribute11(Attribute12q)Attribute13E*nAttributes+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];Value=!~!dataM!~!typei!value~!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];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];ValueM$$data]$$typey$value$typeBOOL$propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value%%f%data5%f%typeQ%valuef%typeSCALARf%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];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];Valued((datat((type(value(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value0)q)data@)q)type\)value?q)typeSCALARq)propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value*E*data*E*type0*valueE*typeSCALARE*propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value*+data*+type*value+typeSTRING+dataTypeLogicPositionInfo+idtypeModuleCurator_FatlOffset4BCustomAttributes+.position}FE+Attribute0+Attribute1,Attribute2V-Attribute3-nAttributes.propertyModuleCurator_F_Ownerexpression_this setVariable ['Owner',_value,true];Valuea,,dataq,,type,value#adminLogged,typeSTRING,propertyModuleCurator_F_Forcedexpression_this setVariable ['Forced',_value,true];Value-V-data%-V-typeA-valueV-typeSCALARV-propertyModuleCurator_F_Nameexpression_this setVariable ['Name',_value,true];Value--data--type-value-typeSTRING-propertyModuleCurator_F_Addonsexpression_this setVariable ['Addons',_value,true];Valued..datat..type.value@@.typeSCALAR.LinkIDProvider.Links.6nextID.itemsItem0/Item1:0Item20Item30Item4!1Item5n1Item61Item72Item8U2Item92Item102Item11<3Item123Item133Item14#4Item15p4Item164Item17 5Item18W5Item195Item205Item21>66linkIDitem0item1CustomData(0:0typeSync:0linkIDitem0item1CustomDatau00typeSync0linkIDitem0item1CustomData00typeSync0linkIDitem0item1CustomData1!1typeSync!1linkIDitem0'item1&CustomData\1n1typeSyncn1linkIDitem0-item1,CustomData11typeSync1linkIDitem0>item17CustomData12typeSync2linkIDitem0item1CustomDataC2U2typeSyncU2linkIDitem0item1CustomData22typeSync2linkID item0item1CustomData22typeSync2linkID item0item1CustomData*3<3typeSync<3linkID item0item1CustomDataw33typeSync3linkID item0item1CustomData33typeSync3linkID item0item1CustomData4#4typeSync#4linkIDitem0item1 CustomData^4p4typeSyncp4linkIDitem03item16CustomData44typeSync4linkIDitem0@item1=CustomData4 5typeSync 5linkIDitem0kitem1pCustomDataE5W5typeSyncW5linkIDitem0sitem1xCustomData55typeSync5linkIDitem0item1CustomData55typeSync5linkIDitem0item1CustomData,6>6typeSync>6linkIDitem0item1CustomDatay66typeSync6class Plank { isEnabled = 1; fortifications[] = { // Action text | Classname | Distance | Direction | Direction Range | Code //-------------------------------------------------------------------------------------------------------------------------------------- {"Bunker (Large)", "Land_BagBunker_01_large_green_F", 8.5, 180, 60, ""}, //1 {"Bunker (Small)", "Land_BagBunker_01_small_green_F", 6, 180, 360, ""}, //2 {"Wide Sandbag fence", "Land_BagFence_01_long_green_F", 3, 0, 360, ""}, //3 {"Sandbag fence (Round)", "Land_BagFence_01_round_green_F", 3, 0, 360, ""}, //4 {"Sandbag fence", "Land_BagFence_01_short_green_F", 3, 0, 360, ""}, //5 {"Rampart", "Land_fort_rampart", 10, 180, 360, ""}, //6 {"Small Ammo Box", "CUP_USLaunchersBox", 6, 0, 360, "_this call ark_fnc_ho_fillSmallBox;"}, //7 {"Ammo Box", "CUP_USSpecialWeaponsBox", 3, 0, 360, "_this call ark_fnc_ho_fillBigAmmobox;"}, //8 {"Bunker Tower", "Land_HBarrier_01_tower_green_F", 8.5, 180, 360, ""}, //9 }; };_unit disableAI "SUPPRESSION";class Admiral { isEnabled = 1; isBehaviorEnabled = 0; groupSpawnDelay = 2; #include "unitTemplates.h" class Events { zone_spawned_unit = "zone_spawned_unit.sqf"; }; 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 = "MNP_RU_AIR"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_RU_AIR"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_RU_AIR"; defaultZoneTemplate = "Cqc"; }; }; class UnitTemplates { class MNP_RU_AIR { technicals[] = {"gm_gc_army_uaz469_dshkm", "gm_gc_army_uaz469_spg9", "CUP_O_UAZ_AGS30_RU", "CUP_I_BTR40_MG_TKG"}; armour[] = {"CUP_O_MTLB_pk_WDL_RU", "CUP_O_BRDM2_SLA", "CUP_I_BMP1_TK_GUE", "CUP_O_BTR60_RU", "gm_gc_army_pt76b", "CUP_I_T72_NAPA", "CUP_I_T55_NAPA"}; th[] = {"CUP_O_Mi8AMT_RU"}; ah[] = {"CUP_O_Mi24_V_Dynamic_RU"}; }; };class Hull3 { isEnabled = 1; #include "missionParams.h" 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_USA_70_OD { gear = "M16A1_US"; uniform = "USM_USA_70_OD"; }; }; class Gear { #include "M16A1_US.h" }; class Uniform { #include "USM_USA_70_OD.h" }; };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 M16A1_US { class Rifleman { primaryWeapon = "CUP_arifle_M16A1E1"; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"CUP_HandGrenade_M67", 2}, {"SmokeShell", 1}, {"SmokeShellRed", 1} }; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 2}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_MX991", 1}, {"ACE_wirecutter", 1} }; 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_M16A1E1GL"; handgunWeapon = "CUP_hgun_Colt1911"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 4}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_StarFlare_White_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_1Rnd_StarCluster_White_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2}, {"CUP_7Rnd_45ACP_1911", 3} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_HEDP_M203", 4}, {"CUP_1Rnd_StarFlare_White_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2}, {"CUP_1Rnd_StarCluster_White_M203", 2}, {"CUP_1Rnd_StarCluster_Red_M203", 2}, {"CUP_1Rnd_Smoke_M203", 4}, {"CUP_1Rnd_SmokeRed_M203", 4} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_M3A1_blk"; uniformMagazines[] = { {"ACE_HandFlare_Red", 2}, {"SmokeShell", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_45ACP_M3A1_BLK_M", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS", "CUP_NVG_PVS7"}; }; class CO : Officer { }; class XO : CO { backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2}, {"SmokeShell", 4}, {"SmokeShellRed", 4} }; backpackMagazines[] = { {"SmokeShellRed", 4}, {"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_E1"; primaryWeaponItems[] = {}; vestMagazines[] = {{"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 1}}; backpackMagazines[] = { {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 2}, {"CUP_200Rnd_TE1_Red_Tracer_556x45_M249", 2} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 2}, {"CUP_200Rnd_TE1_Red_Tracer_556x45_M249", 2} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_M72A6"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag", 6}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 2} }; backpackMagazines[] = { {"CUP_HandGrenade_M67", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag", 4} }; }; class MMGG : Rifleman { primaryWeapon = "CUP_lmg_M60"; primaryWeaponItems[] = {}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 1}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; }; class MMGAG : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "Binocular"; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class HATG : RAT { secondaryWeapon = "CUP_launch_Mk153Mod0"; secondaryWeaponItems[] = {"CUP_SMAW_HEDP_M", "CUP_SMAW_Spotting", "cup_optic_smaw_scope"}; backpackMagazines[] = { {"CUP_SMAW_Spotting", 2}, {"CUP_SMAW_HEDP_M", 2}, {"CUP_SMAW_HEAA_M", 1} }; }; class HATAG : Rifleman { backpackMagazines[] = { {"CUP_SMAW_HEDP_M", 1}, {"CUP_SMAW_HEAA_M", 2} }; binocular = "ACE_VectorDay"; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class HATAC : AAR { backpackMagazines[] = { {"CUP_SMAW_HEDP_M", 2}, {"CUP_SMAW_HEAA_M", 1} }; assignItems[] = {}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343"}; }; class VC : Crew { binocular = "Binocular"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = { {"CUP_launch_M72A6", 4} }; magazines[] = { {"CUP_30Rnd_556x45_Stanag", 20}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 10}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 5}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 10}, {"CUP_1Rnd_Smoke_M203", 5}, {"CUP_1Rnd_HE_M203", 10}, {"CUP_FlareWhite_M203", 5}, {"ACE_HandFlare_White", 5}, {"CUP_SMAW_HEDP_M", 4}, {"CUP_SMAW_HEAA_M", 4}, {"HandGrenade", 5}, {"SmokeShell", 5} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 20}, {"ACE_splint", 12} }; }; class Car : Vehicle { }; class Truck : Vehicle { weapons[] = { {"CUP_launch_M72A6", 10} }; magazines[] = { {"CUP_30Rnd_556x45_Stanag", 40}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 20}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 20}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 20}, {"CUP_1Rnd_Smoke_M203", 20}, {"CUP_1Rnd_HE_M203", 25}, {"CUP_1Rnd_HEDP_M203", 25}, {"CUP_1Rnd_StarFlare_White_M203", 20}, {"CUP_1Rnd_StarFlare_Green_M203", 20}, {"CUP_1Rnd_StarCluster_White_M203", 20}, {"CUP_1Rnd_StarCluster_Red_M203", 20}, {"SatchelCharge_Remote_Mag", 5}, {"ACE_HandFlare_White", 10}, {"CUP_SMAW_HEDP_M", 10}, {"CUP_SMAW_HEAA_M", 10}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = { {"ACE_M26_Clacker", 1} }; medicalItems[] = { {"ACE_fieldDressing", 80}, {"ACE_splint", 12} }; }; class Armored : Truck { weapons[] = {{"CUP_launch_M72A6", 10}}; magazines[] = { {"CUP_30Rnd_556x45_Stanag", 40}, {"CUP_30Rnd_556x45_Stanag_Tracer_Red", 20}, {"CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 20}, {"CUP_200Rnd_TE4_Red_Tracer_556x45_M249", 20}, {"CUP_1Rnd_Smoke_M203", 10}, {"CUP_1Rnd_HE_M203", 20}, {"CUP_1Rnd_StarFlare_White_M203", 10}, {"CUP_1Rnd_StarFlare_Green_M203", 10}, {"CUP_SMAW_HEDP_M", 10}, {"CUP_SMAW_HEAA_M", 10}, {"SatchelCharge_Remote_Mag", 5}, {"ACE_HandFlare_White", 10}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = {{"ACE_M26_Clacker", 1}}; medicalItems[] = { {"ACE_fieldDressing", 80}, {"ACE_splint", 12} }; }; }; class MissionParams { // Time HH24:mm time[] = { {3, 30}, // Dawn {5, 50}, // Early Morning {9, 0}, // Morning {12, 0}, // Noon {15, 0}, // Afternoon {17, 50}, // Evening {21, 50}, // Dusk {0, 0} // Night }; };class USM_USA_70_OD { class Rifleman { headGear = "CUP_H_PASGTv2_ERDL_lowland"; goggles = ""; uniform = "CUP_U_B_BDUv2_dirty_ERDL_lowland"; vest = "CUP_V_B_PASGT_no_bags_OD_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { headgear = "CUP_H_US_patrol_cap_ERDL"; vest = "CUP_V_B_PASGT_OD_ARM"; }; class Officer : Leader { }; class Crew : Rifleman { headGear = "usm_helmet_cvc"; uniform = "usm_bdu_odg"; vest = "CUP_V_B_PASGT_no_bags_OD_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { uniform = "CUP_U_B_BDUv2_roll2_dirty_ERDL_lowland"; backpack = "ark_backpack_large"; vest = "CUP_V_B_PASGT_OD_ARM"; }; class FTL : Leader { uniform = "CUP_U_B_BDUv2_roll_dirty_ERDL_lowland"; headGear = "CUP_H_PASGTv2_NVG_ERDL_lowland"; }; class AR : Rifleman { vest = "CUP_V_B_PASGT_OD_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { }; class MMGG : AR { backpack = "ark_backpack_large"; }; class MMGAG : FTL { }; class MATG : RAT { backpack = "ark_backpack_large"; }; class MATAG : FTL { backpack = "ark_backpack_large"; }; class MATAC : MATAG { }; class HATG : RAT { backpack = "ark_backpack_large"; }; class HATAG : AAR { backpack = "ark_backpack_large"; }; class HATAC : HATAG { }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "CUP_H_BAF_Helmet_Pilot"; uniform = "usm_bdu_odg"; vest = "usm_vest_LBE_rmp_m_ARM"; backpack = "B_Parachute"; }; class PCM : P { }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
We are in full retreat, the Russian advance is too strong for us to effectively push back against with the numbers remaining on this island. Most other units have already withdrawn, only a few isolated pockets of Marines remain. We are one of them. Extraction is on the way but we must hold out until then.

ENEMY FORCES
A driven and determined Soviet Army, fresh off the heels of their recent success.

FRIENDLY FORCES
The majority of friendlies left on the island are in this town. A small rescue force is mobilising to the south but they are likely to be some time. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Fortify our position, dig in and make the best of things until we can pull out. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
We should use the terrain to our advantage, taking high ground where possible and not overextending.

FIRE SUPPORT PLAN
Whilst most of our equipment has been taken off the island, we still have ammunition dumps remaining here, here, here and here.

We also have a few M2 jeeps left, used right they'll at least keep the enemy's head down.

"]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Dextrus "]]; // 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 "]]; Xyuh={#9l< P