sreVadmiral\admiral.hWhclear.sqfgWdescription.extW[hull3\briefing\blufor.sqfWhull3\briefing\civilian.sqfWhull3\briefing\indfor.sqfWhull3\briefing\opfor.sqfWhull3\hull3.hW}mission.sqmWrepair.sqfrWclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_TK_LOC"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_TK_LOC"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_TK_LOC"; defaultZoneTemplate = "Cqc"; }; };if (!isServer) exitWith {}; clearItemCargoGlobal _this; clearMagazineCargoGlobal _this; clearWeaponCargoGlobal _this; clearBackpackCargoGlobal _this; _this addMagazineCargoGlobal ["SatchelCharge_Remote_Mag", 5];#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={2,4,6}; onLoadName = "slava tovarishch"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 62; }; 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 = 3; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 0; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** 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 "]]; // 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","
You've been instructed to inflict as much damage as possible on local forces, this includes but is not limited to destroying the nearby fuel depot and completing some wet work at a nearby field hospital. The field hospital is staffed by captured US medical personal, it would be a shame if the rebels were to have killed them before the US forces could retake the hospital.

ENEMY FORCES
Local rebel forces, captured but aging Russian equipment (AA + Armour)

FRIENDLY FORCES
Comrades "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Deny the enemy fuel supplies

Cleanse the hospital of it's American staff "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Use caution when moving, the rebels have held this terratory for years, forces are dug in and well prepared after years of fighting. Expect static gun emplacements.

MOVEMENT PLAN
Stay inside the marked AO.

SPECIAL TASKS
Primo victoria

VIC CREWS
You have a basic repair script (ACE is getting annoying). It's a simple addaction to repair your vehicle, it'll take 20 seconds and doesn't require you to leave the vehicle. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]]; class Hull3 { isEnabled = 1; 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 CUP_RU_WD { gear = "AK74M_RU"; uniform = "CUP_RU_WD"; }; }; };raPversion5EditorDataaddonsA3_Characters_FCUP_WheeledVehicles_BTR90CUP_TrackedVehicles_T72admiralA3_Ui_FCUP_BaseConfigsCUP_CA_ConfigCUP_Creatures_Military_TakiInsurgentsA3_Structures_F_WallsA3_Signs_Face_interactionace_cargoace_draggingA3_Structures_F_Mil_BagFenceCUP_Creatures_StaticWeaponsCUP_WheeledVehicles_V3Sark_ai_sentryCUP_Creatures_People_Civil_ChernarusCUP_Creatures_Military_USArmyCUP_AirVehicles_AH64ark_clear_cargoA3_Weapons_F_AmmoboxesCUP_WheeledVehicles_BRDM2A3_Structures_F_Exp_Civilian_AccessoriesAddonsMetaDatarandomSeedScenarioDataBCustomAttributesMissionU moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderbMarkerIDProvideruLayerIndexProviderCameranextIDZunextID nextID posAFL7@PFdirIo?f>upx0>Lv?6=asideÝo>PxListBitemsItem0.Item1Item2Item3MItem4Item5Item6/Item7dItem8Item9MItem10Item11! Item12} Item13 Item14p Item15 Item16 Item17u Item18 Item19- Item20p Item21 Item22e Item23 BclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WheeledVehicles_BTR90nameCUP_WheeledVehicles_BTR90classNameCUP_TrackedVehicles_T72nameCUP_TrackedVehicles_T72MclassNameAdmiralnameadmiralauthorKamiclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_BaseConfigsnameCUP_BaseConfigs/classNameCUP_CA_ConfignameCUP_CA_ConfigdclassNameCUP_Creatures_Military_TakiInsurgentsnameCUP_Creatures_Military_TakiInsurgentsclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comMclassNameA3_Signs_FnameArma 3 - SignsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_interactionnameACE3 - InteractionauthorACE-Teamurlhttp://ace3mod.com/! classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/} classNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttp://ace3mod.com/ classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comp classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons classNameCUP_WheeledVehicles_V3SnameCUP_WheeledVehicles_V3S classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgu classNameCUP_Creatures_People_Civil_ChernarusnameCUP_Creatures_People_Civil_Chernarus classNameCUP_Creatures_Military_USArmynameCUP_Creatures_Military_USArmy- classNameCUP_AirVehicles_AH64nameCUP_AirVehicles_AH64p classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.come classNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2 classNameA3_Structures_F_Exp_CiviliannameArma 3 Apex - Civilian BuildingsauthorBohemia Interactiveurlhttps://www.arma3.comBauthorCyruzHeadercgameTypeCoopminPlayersmaxPlayers>Category0UnameMultiplayerAttribute0Attribute1xnAttributesUpropertyRespawnButtonexpressiontrueValue7xdataGxtypecvalue?xtypeSCALARxpropertyRespawnTemplatesexpressiontrueValueUdataUtypevalueUtypeARRAYitemsItem0Udata#Utype@valueNoneUtypeSTRINGUIntelEntitiesConnectionsbriefingNameark_co62_slava_tovarishchoverviewTextRussian forces in afghanistan | Slot: IFV p/sqdtimeOfChangesDstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthdayhour minutestartFogDecayT<forecastFogDecayT<zitemsyItem0Item1Item21"Item3(Item4)/Item52Item6I9Item7?Item8nCItem9IItem10yPItem11TItem12ZItem13aItem14eItem15jItem16XoItem17sItem18xItem19^}Item20"Item21Item22Item23~Item24Item25ΎItem26}Item27Item289Item29ޙItem30Item31HItem32Item33ZItem34Item35Item36Item37nItem38Item39[Item40'Item41Item42Item43VItem44 Item45Item46Item47Item48$Item49Item50yItem513Item52Item53Item54fItem55&Item56Item57Item58Item593Item60Item61Item62FItem63Item64Item65yItem66\ Item67 Item68+Item69Item70Item71$Item72WItem73Item74Item75 Item76!Item773#Item78d$Item79%Item80&Item81'Item82@)Item83*Item84+Item85#-Item86f.Item87/Item880Item898@Item90@Item91BItem92RItem93RItem94eTItem95cItem96dItem978fItem98uItem99vItem100xItem101xItem102}Item103Item104؅Item105ٍItem106ԏItem107WItem108Item109?Item110Item111јItem112vItem113Item114Item115qItem1162Item117Item118Item119_Item120dataTypeGroupsideEastEntities*AttributesidatlOffset7itemsItem0hItem1Item2Item3dataTypeObjectPositionInfosideEastflagsAttributesidtypeO_officer_FatlOffset7positionyE?FanglesFܐ<?<@skill?rankCAPTAINinit [this, ["faction", "CUP_RU_WD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRussian Army - Commanding OfficerisPlayerisPlayabledataTypeObjectPositionInfosideEastflagsAttributesidtypeO_medic_FatlOffset7positionEF?fFangles4Ր<?<@skill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRussian Army - Platoon MedicisPlayabledataTypeObjectPositionInfo sideEastflagsAttributesCidtypeO_Soldier_FatlOffset7positionE7-?gFangles4Ր<?<@Cskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionRussian Army - Platoon RiflemanisPlayabledataTypeObjectPositionInfo{sideEastflagsAttributesidtypeO_officer_FatlOffset7positionjE?jFangles <?<@skill?rankLIEUTENANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionRussian Army - Executive OfficerisPlayabledataTypeGroupsideEastEntitiesAttributes+"idatlOffset71"itemsItem0Item1 +"dataTypeObjectPositionInfosideEastflagsAttributesidtypeO_Soldier_SL_FatlOffset7 positionEM5@(Fangles?skill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha Squad LeaderisPlayable dataTypeObjectPositionInfo!sideEastflagsAttributesU!idtypeO_medic_FatlOffset7+"positionEM5@Fangles?U!skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha Squad MedicisPlayable+"1"dataTypeGroupsideEastEntities"Attributes(id atlOffset7(itemsItem0"Item1\$Item2%Item3D'(dataTypeObjectPositionInfoJ#sideEastflagsAttributes#id typeO_Soldier_TL_FatlOffset7\$positionvEM5@Fangles?#skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 1 Fireteam LeaderisPlayable\$dataTypeObjectPositionInfo$sideEastflagsAttributes%id typeO_Soldier_AR_FatlOffset7%position!jEM5@VFangles?%skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 1 Automatic RiflemanisPlayable%dataTypeObjectPositionInfoS&sideEastflagsAttributes&id typeO_Soldier_A_FatlOffset7D'positionjEM5@TFangles?&skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 1 Assistant Automatic RiflemanisPlayableD'dataTypeObjectPositionInfo'sideEastflagsAttributes'id typeO_Soldier_LAT_FatlOffset7(positionlEM5@\Fangles?'skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 1 Rifleman (AT)isPlayable((dataTypeGroupsideEastEntities)Attributes#/idatlOffset7)/itemsItem0E)Item1*Item2O,Item3-#/dataTypeObjectPositionInfo)sideEastflagsAttributes)idtypeO_Soldier_TL_FatlOffset7*position EM5@/Fangles?)skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Fireteam LeaderisPlayable*dataTypeObjectPositionInfoY+sideEastflagsAttributes+idtypeO_Soldier_AR_FatlOffset7O,positionDEM5@Fangles?+skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Automatic RiflemanisPlayableO,dataTypeObjectPositionInfo,sideEastflagsAttributes-idtypeO_Soldier_A_FatlOffset7-positionwEM5@Fangles?-skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Assistant Automatic RiflemanisPlayable-dataTypeObjectPositionInfoB.sideEastflagsAttributesz.idtypeO_Soldier_LAT_FatlOffset7#/positionEM5@Fangles?z.skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Alpha 2 Rifleman (AT)isPlayable#/)/dataTypeGroupsideEastEntities/Attributes2idatlOffset72itemsItem0/Item1;12dataTypeObjectPositionInfo,0sideEastflagsAttributesd0idtypeO_Soldier_SL_FatlOffset7;1position$EM5@6Fangles?d0skill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo Squad Leader isPlayable;1dataTypeObjectPositionInfo1sideEastflagsAttributes1idtypeO_medic_FatlOffset72positionMEM5@Fangles?1skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo Squad MedicisPlayable22dataTypeGroupsideEastEntities&3AttributesC9idatlOffset7I9itemsItem0d3Item14Item2o6Item37C9dataTypeObjectPositionInfo3sideEastflagsAttributes4idtypeO_Soldier_TL_FatlOffset74positionώEM5@μFangles?4skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 1 Fireteam LeaderisPlayable4dataTypeObjectPositionInfoy5sideEastflagsAttributes5idtypeO_Soldier_AR_FatlOffset7o6positionJ}EM5@Fangles?5skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 1 Automatic RiflemanisPlayableo6dataTypeObjectPositionInfo6sideEastflagsAttributes'7idtypeO_Soldier_A_FatlOffset77position=EM5@Fangles?'7skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 1 Assistant Automatic RiflemanisPlayable7dataTypeObjectPositionInfob8sideEastflagsAttributes8idtypeO_Soldier_LAT_FatlOffset7C9positionEM5@Fangles?8skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 1 Rifleman (AT)isPlayableC9I9dataTypeGroupsideEastEntities9Attributes?idatlOffset7?itemsItem09Item1u;Item2<Item3]>?dataTypeObjectPositionInfob:sideEastflagsAttributes:idtypeO_Soldier_TL_FatlOffset7u;position2EM5@[Fangles?:skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 2 Fireteam LeaderisPlayableu;dataTypeObjectPositionInfo;sideEastflagsAttributes.<idtypeO_Soldier_AR_FatlOffset7<positionP#EM5@Fangles?.<skill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 2 Automatic RiflemanisPlayable<dataTypeObjectPositionInfol=sideEastflagsAttributes=idtypeO_Soldier_A_FatlOffset7]>position|#EM5@Fangles?=skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 2 Assistant Automatic RiflemanisPlayable]>dataTypeObjectPositionInfo>sideEastflagsAttributes?idtypeO_Soldier_LAT_FatlOffset7?position_%EM5@Fangles??skill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Bravo 2 Rifleman (AT)isPlayable??dataTypeGroupsideEastEntities @AttributeshCid"atlOffset7nCitemsItem0H@Item1AhCdataTypeObjectPositionInfo@sideEastflagsAttributesAid typeO_Soldier_SL_FatlOffset7ApositionEM5@SnFangles?Askill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie Squad LeaderisPlayableAdataTypeObjectPositionInfoVBsideEastflagsAttributesBid!typeO_medic_FatlOffset7hCpositionEM5@jFangles?Bskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie Squad MedicisPlayablehCnCdataTypeGroupsideEastEntitiesCAttributesIid'atlOffset7IitemsItem0DItem1EItem2GItem3HIdataTypeObjectPositionInfoDsideEastflagsAttributesDid#typeO_Soldier_TL_FatlOffset7EpositionEM5@ qFangles?Dskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie 1 Fireteam LeaderisPlayableEdataTypeObjectPositionInfoFsideEastflagsAttributesVFid$typeO_Soldier_AR_FatlOffset7GpositionEM5@jFangles?VFskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie 1 Automatic RiflemanisPlayableGdataTypeObjectPositionInfoGsideEastflagsAttributesGid%typeO_Soldier_A_FatlOffset7HpositionϘEM5@fFangles?Gskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie 1 Assistant Automatic RiflemanisPlayableHdataTypeObjectPositionInfo IsideEastflagsAttributesCIid&typeO_Soldier_LAT_FatlOffset7IpositionzEM5@`Fangles?CIskill?init[this, ["faction", "CUP_RU_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie 1 Rifleman (AT)isPlayableIIdataTypeGroupsideEastEntitiesNJAttributessPid,atlOffset7yPitemsItem0JItem1#LItem2MItem3OsPdataTypeObjectPositionInfo KsideEastflagsAttributesEKid(typeO_Soldier_TL_FatlOffset7#LpositionjEEM5@qFangles?EKskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie 2 Fireteam LeaderisPlayable#LdataTypeObjectPositionInfoLsideEastflagsAttributesLid)typeO_Soldier_AR_FatlOffset7Mposition5EM5@?kFangles?Lskill?rankCORPORALinit [this, ["faction", "CUP_RU_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionRussian Army - Charlie 2 Automatic RiflemanisPlayableMdataTypeObjectPositionInfoNsideEastflagsAttributesTNid*typeO_Soldier_A_FatlOffset7Oposition5EM5@Xbskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "VC"], ["marker", "IFV1", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 1 CommanderisPlayable+cdataTypeObjectPositionInfocsideEastflagsAttributescid;typeO_crew_FatlOffset7~dpositionEYP@Fangles9@i>cskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 1 DriverisPlayable~ddataTypeObjectPositionInfodsideEastflagsAttributes1eid<typeO_crew_FatlOffset7epositionE.:O@Fangles9@i>1eskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 1 GunnerisPlayableeedataTypeGroupsideEastEntities1fAttributesjidAatlOffset7jitemsItem0dfItem1gItem2>ijdataTypeObjectPositionInfofsideEastflagsAttributesgid>typeO_crew_FatlOffset7gpositionEx*@MFangles9@i>gskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "VC"], ["marker", "IFV2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 2 CommanderisPlayablegdataTypeObjectPositionInfofhsideEastflagsAttributeshid?typeO_crew_FatlOffset7>ipositionsE+V@5HFangles9@i>hskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 2 DriverisPlayable>idataTypeObjectPositionInfoisideEastflagsAttributesiid@typeO_crew_FatlOffset7jpositionELU@6TFangles9@i>iskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 2 GunnerisPlayablejjdataTypeGroupsideEastEntitiesjAttributesRoidEatlOffset7XoitemsItem0$kItem1lItem2mRodataTypeObjectPositionInfoksideEastflagsAttributeskidBtypeO_crew_FatlOffset7lpositionEJh-@ߓFangles9@ٌ>kskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "VC"], ["marker", "IFV3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 3 CommanderisPlayableldataTypeObjectPositionInfo'msideEastflagsAttributes_midCtypeO_crew_FatlOffset7mpositionEVR@6Fangles9@ٌ>_mskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 3 DriverisPlayablemdataTypeObjectPositionInfoznsideEastflagsAttributesnidDtypeO_crew_FatlOffset7Roposition0EP@2Fangles@9@ٌ>nskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 3 GunnerisPlayableRoXodataTypeGroupsideEastEntitiesoAttributessidIsitemsItem0oItem1MqItem2rsdataTypeObjectPositionInfo@psideEastflagsAttributesxpidFtypeO_crew_FMqposition"]EN$@Fangles:@ @xpskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "VC"], ["marker", "IFV4", "ColorBrown"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 4 CommanderisPlayableMqdataTypeObjectPositionInfoqsideEastflagsAttributesqidGtypeO_crew_FrpositionwVEP%@(FanglesJ@:@ @qskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 4 DriverisPlayablerdataTypeObjectPositionInforsideEastflagsAttributes3sidHtypeO_crew_Fsposition 4E$@Fangles@:@@3sskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionRussian Army - IFV 4 GunnerisPlayablessdataTypeGroupsideEastEntities3tAttributesxidMatlOffset7xitemsItem0ftItem1uItem2AwxdataTypeObjectPositionInfotsideEastflagsAttributesuidJtypeO_crew_FatlOffset7uposition@Ey>@ΘFangles:5@>uskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "VC"], ["marker", "TNK1", "ColorRed"]] call hull3_unit_fnc_init;descriptionRussian Army - Tank 1 CommanderisPlayableudataTypeObjectPositionInfohvsideEastflagsAttributesvidKtypeO_crew_FatlOffset7AwpositionER@%ȘFangles:5@>vskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionRussian Army - Tank 1 DriverisPlayableAwdataTypeObjectPositionInfowsideEastflagsAttributeswidLtypeO_crew_FatlOffset7xpositionEˁT@!ԘFangles5@S>wskill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionRussian Army - Tank 1 GunnerisPlayablexxdataTypeGroupsideEastEntitiesxAttributesX}idQatlOffset7^}itemsItem0(yItem1zItem2|X}dataTypeObjectPositionInfoysideEastflagsAttributesyidNtypeO_crew_FatlOffset7zpositionRgEM5@XFangles큅@yskill?rankSERGEANTinit [this, ["faction", "CUP_RU_WD"], ["gear", "VC"], ["marker", "TNK2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionRussian Army - Tank 2 CommanderisPlayablezdataTypeObjectPositionInfo+{sideEastflagsAttributesc{idOtypeO_crew_FatlOffset7|positionψEM5@Fangles큅@c{skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionRussian Army - Tank 2 DriverisPlayable|dataTypeObjectPositionInfo|sideEastflagsAttributes|idPtypeO_crew_FatlOffset7X}positionvEM5@TFangles큅@|skill?init [this, ["faction", "CUP_RU_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionRussian Army - Tank 2 GunnerisPlayableX}^}dataTypeObjectPositionInfo}sideEmptyflagsAttributes~idetypeCUP_O_BTR90_RUCustomAttributes:"positioniEY@FanglesC@@@~skill?lockUNLOCKEDinit [this, ["faction", "CUP_RU_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init; this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false];:Attribute0bnAttributes"propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"data"type value[[[[],[]],[[],[]],[[],[]],[[],[]]],true]"typeSTRING" dataTypeObjectPositionInfosideEmptyflagsAttributesidftypeCUP_O_BTR90_RUatlOffsetCustomAttributespositionE@|Fangles/H@skill?lockUNLOCKEDinit [this, ["faction", "CUP_RU_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init; this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false];Attribute06nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]typeSTRINGdataTypeObjectPositionInfo~sideEmptyflagsAttributesidgtypeCUP_O_BTR90_RUCustomAttributes҄position5E@KFanglesI@skill?lockUNLOCKEDinit [this, ["faction", "CUP_RU_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init; this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false];҄Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueTdatadtypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]typeSTRINGdataTypeObjectPositionInfoBsideEmptyflagsAttributeszidhtypeCUP_O_BTR90_RUCustomAttributes~position}E@FanglesH@zskill?lockUNLOCKEDinit [this, ["faction", "CUP_RU_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init; this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false];Attribute0nAttributes~propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value~data(~typeivalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]~typeSTRING~ dataTypeObjectPositionInfosideEmptyflagsAttributesLiditypeCUP_B_T72_CZatlOffset4CustomAttributesZpositionEg@{Fangles3@Linit [this, ["faction", "CUP_RU_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init; this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false];texturesRUZAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value܊datatypevalue[[[["arifle_Katiba_C_F","FirstAidKit"],[2,10]],[["SmokeShell","SmokeShellRed","30Rnd_65x39_caseless_green"],[2,2,4]],[[],[]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfo<sideEmptyflagsAttributestidjtypeCUP_B_T72_CZatlOffsetCustomAttributesΎposition݃E@˘Fangles:iTJ@tinit [this, ["faction", "CUP_RU_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init; this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false];texturesRUAttribute0nAttributesΎpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueΎdataΎtypevalue[[[["arifle_Katiba_C_F","FirstAidKit"],[2,10]],[["SmokeShell","SmokeShellRed","30Rnd_65x39_caseless_green"],[2,2,4]],[[],[]],[[],[]]],false]ΎtypeSTRINGΎdataTypeTriggerpositionFZ@Fangle~v@Attributes;idntypeEmptyDetector}conditiontrue;sizeA/DsizeBHCisRectangle}dataTypeLogicPositionInfoߏidotypeAdmiral_PatrolZoneCustomAttributespositionPFo2CHLFangless&C?:A> Attribute0ϐAttribute1Attribute2JAttribute3Attribute4“Attribute5|Attribute6NAttribute7&Attribute8Attribute9×nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuePdata`typeyvaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value JdataJtype5valueJtypeSCALARJpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueŒdataՒtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value“data“typevalueB“typeSCALAR“propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value=|dataM|typeivalue|typeBOOL|propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value NdataNtype9value@NtypeSCALARNpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value&data&typevalue?&typeSCALAR&propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedata˖typevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value×data×typevalue×typeSTRING×propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueLdata\typeuvaluetypeSTRINGdataTypeTriggerpositionI/FD@ضFangleb3@AttributesidptypeEmptyDetector9conditiontrue;sizeA/DsizeBzCisRectangle9 dataTypeMarkerpositionXeFY@PʄFnamemarker_1markerTypeRECTANGLEtyperectanglecolorNameColorEASTaKyDbGAangleBidrޙ dataTypeMarkerposition84FlQyiFnamemarker_2markerTypeRECTANGLEtyperectanglecolorNameColorEASTa`CEbGAangle4CidsatlOffsetlQyi dataTypeMarkerposition4FlQyi8yFnamemarker_3markerTypeRECTANGLEtyperectanglecolorNameColorEASTa`CEbGAangle4CidtatlOffsetlQyiH dataTypeMarkerpositionF]@RՄFnamemarker_4markerTypeRECTANGLEtyperectanglecolorNameColorEASTaKyDbGAangleBidudataTypeMarkerposition'tF @Fnamemarker_6typeFaction_USidxatlOffset ZdataTypeTriggerpositionFs@_WFAttributesÜidytypeEmptyDetectorAreaR250conditiontrue;sizeAXCsizeB-SCsizeCdataTypeTriggerposition=$Ft~FAttributesxidztypeEmptyDetectorAreaR250atlOffsetuؾconditiontrue;sizeACsizeBCdataTypeLogicPositionInfoid{typeAdmiral_CqcZoneCustomAttributes?positionF/ϜAA5lFangles@? Attribute0Attribute1Attribute2dAttribute3Attribute4֡Attribute5Attribute6FAttribute7Attribute8ǤnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueedatautypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value#ddata3dtypeOvalue@dtypeSCALARdpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueܠdatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value֡data֡typevalueB֡typeSCALAR֡propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueNdata^typezvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueFdataFtype3valueFtypeBOOLFpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value£dataңtypevalueAtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueǤdataǤtypevalueǤtypeSTRINGǤpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueMdata]typevvaluetypeSTRINGdataTypeLogicPositionInfoid|typeAdmiral_CqcZoneCustomAttributes"npositionV#F4DrFangles0@=" Attribute0ʦAttribute1Attribute2GAttribute3Attribute4Attribute5rAttribute6)Attribute7Attribute8nAttributes npropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueHdataXtypeqvaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueGdataGtype2valueGtypeSCALARGpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataϨtypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuexdatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value1rdataArtype]valueBrtypeSCALARrpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value)data)typevalue)typeBOOL)propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatatypeѫvalueAtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valueldata|typevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value0ndata@ntypeYvaluentypeSTRINGndataTypeGroupsideIndependentEntitiesޭAttributesCrewLinksidatlOffsetTv-@itemsItem0 dataTypeObjectPositionInfosideIndependentflagsAttributes׮idtypeCUP_I_TK_GUE_SoldieratlOffsetD-@CustomAttributesposition:F AـFangles!@׮skillL>Attribute0AAttribute1 Attribute2Attribute3)nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}Value̯ dataܯ typevalue typeBOOL propertyspeakerexpression_this setspeaker _value;ValueUdataetypevalueCUP_D_Male03_TKtypeSTRINGpropertypitchexpression_this setpitch _value;Value)data)typevalue?)typeSCALAR)propertyace_isSurrenderedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}ValuedataıtypevaluetypeBOOLLinkIDProviderLinks1nextID1itemsItem0NlinkIDitem0item1?CustomDataroleturretPathdataTypeLayernameRoadblockEntitiesidatlOffset/:[itemsItem0óItem1Item2{Item3[Item4;Item5Item6Item7Item8Item9oItem10CItem11Item12Item13Item14Item15w[ dataTypeObjectPositionInfo^sideEmptyflagsAttributesidtypeLand_CncBarrier_FatlOffset4CustomAttributesposition.iF#~@KHFanglesʡ@skillL>disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuehdataxtypevaluetypeBOOLdataTypeObjectPositionInfo2sideEmptyflagsAttributesjidtypeLand_CncBarrier_FCustomAttributes{positioneF0~@OCFangles@jskillL>disableSimulationAttribute0nAttributes{propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value<{dataL{typehvalue{typeBOOL{ dataTypeObjectPositionInfosideEmptyflagsAttributesJidtypeRoadBarrier_FatlOffsetFCustomAttributest[position\F^!@VFangleskp;@ S;JskillL>disableSimulationtAttribute0nAttributes[propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value[data,[typeHvalue[typeBOOL[ dataTypeObjectPositionInfosideEmptyflagsAttributes*idtypeRoadBarrier_FatlOffsetCustomAttributesT;positionQFP4@GFangles;@<*skillL>disableSimulationTAttribute0|nAttributes;propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value;data ;type(value;typeBOOL;dataTypeObjectPositionInfoƻsideEmptyflagsAttributesidtypeLand_CncBarrier_FCustomAttributes(position!pF@0RFanglesʡ@skillL>disableSimulation(Attribute0PnAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueмdatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesҽidtypeLand_CncBarrier_FCustomAttributespositionlF~@4MFangles@ҽskillL>disableSimulationAttribute0$nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypeоvaluetypeBOOLdataTypeObjectPositionInfonsideEmptyflagsAttributesidtypeLand_CncBarrier_FCustomAttributesпpositionF AFangles\@skillL>disableSimulationпAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuexdatatypevaluetypeBOOL dataTypeObjectPositionInfoRsideEmptyflagsAttributesidtypeLand_CncBarrier_FatlOffset6CustomAttributespositionFWAFangles\@skillL>disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value\dataltypevaluetypeBOOLdataTypeObjectPositionInfo&sideEmptyflagsAttributes^idtypeLand_CncBarrier_FCustomAttributesopositionF*A$Fangles\@^skillL>disableSimulationAttribute0nAttributesopropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value0odata@otype\valueotypeBOOLodataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeLand_CncBarrier_FCustomAttributes\CpositionF\A0Fangles\@2skillL>disableSimulation\Attribute0nAttributesCpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueCdataCtype0valueCtypeBOOLCdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_CncBarrier_FCustomAttributes0positionGFA6Fangles\@skillL>disableSimulation0Attribute0XnAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_CncBarrier_FCustomAttributespositionFF AAFangles\@skillL>disableSimulationAttribute0,nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeObjectPositionInfovsideEmptyflagsAttributesidtypeLand_CncBarrier_FCustomAttributespositionFZ AGFangles\@skillL>disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfoZsideEmptyflagsAttributesidtypeLand_CncBarrier_FatlOffset :CustomAttributespositionFA{UFangles\@skillL>disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueddatattypevaluetypeBOOLdataTypeObjectPositionInfo.sideEmptyflagsAttributesfidtypeLand_CncBarrier_FCustomAttributeswposition\ FAZFangles\@fskillL>disableSimulationAttribute0nAttributeswpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value8wdataHwtypedvaluewtypeBOOLw dataTypeObjectPositionInfosideEmptyflagsAttributesJidtypeLand_CncBarrier_FatlOffset.;CustomAttributest[positionF.iAeFangles\@JskillL>disableSimulationtAttribute0nAttributes[propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value[data,[typeHvalue[typeBOOL[dataTypeObjectPositionInfosideEmptyflagsAttributes"idtypeLand_BagFence_Round_FCustomAttributes@'positionOF|@QFangles@C?<"disableSimulation@Attribute0hnAttributes'propertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];Value'data'typevalue'typeBOOL'dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Round_FCustomAttributes positionhSF@R}@MFangles@<disableSimulation Attribute04nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOL dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Round_FatlOffsetCustomAttributespositionVF }@{RFangleskp;f@ S;disableSimulationAttribute0nAttributespropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValuedatatypevaluetypeBOOLdataTypeGroupsideIndependentEntities?AttributesCrewLinksidatlOffsetLVitemsItem0\dataTypeObjectPositionInfosideIndependentflagsAttributes(idtypeCUP_I_TK_GUE_SoldierCustomAttributes:positionTFBb@PFangles@#@<(skillL>:Attribute0Attribute1LAttribute2nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}Value LdataLtype9valueLtypeBOOLLpropertypitchexpression_this setpitch _value;ValuedatatypevalueQx?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}Value^datantypevaluetypeBOOLLinkIDProviderLinksVnextIDitemsItem0VlinkIDitem0item1CustomData3VroleturretPathVdataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_I_DSHKM_TK_GUEatlOffsetL positionTF&@PFangles@#@< dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_V3S_Refuel_TKGCustomAttributespositionF&+AFangles;jF>lockLOCKEDPLAYERAttribute0(nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[1]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_I_V3S_Repair_TKGCustomAttributespositionxxFDr+AFangles;7>lockLOCKEDPLAYERAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueYdataitypevalue[[[["FirstAidKit"],[1]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeCUP_I_V3S_Refuel_TKGCustomAttributespositionhFH+AFangles;n>lockLOCKEDPLAYERAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value0data@typevalue[[[["FirstAidKit"],[1]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeMarkerpositionUF:8Fnamemarker_7textFuel Dumptypemil_destroyidatlOffset$dataTypeGroupsideIndependentEntitiesAttributesidatlOffset5itemsItem0 dataTypeObjectPositionInfoIsideIndependentflagsAttributesidtypeCUP_I_TK_GUE_Soldier_TLatlOffset5CustomAttributespositionF! AFangles=skill?initthis moveInGunner tank1;Attribute0 Attribute1Attribute2lAttribute3nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}ValuedatatypevaluetypeBOOLpropertyspeakerexpression_this setspeaker _value;Valueldata/ltypeWvalueCUP_D_Male04_TKltypeSTRINGlpropertypitchexpression_this setpitch _value;Valuedatatypevalue\?typeSCALARpropertyace_isSurrenderedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}Value~datatypevaluetypeBOOLdataTypeObjectPositionInfo;sideEmptyflagsAttributessidtypeLand_BagFence_Long_Fyposition^BFڛAfFangles֭@ݣ@F^DA]XFangles@Attribute0Attribute1nAttributes propertyspeakerexpression_this setspeaker _value;ValueLdata\typevalueCUP_D_Male02_TKtypeSTRINGpropertypitchexpression_this setpitch _value;Value data type value\? typeSCALAR &dataTypeLogicPositionInfoidtypeARK_Make_SentryCustomAttributesposition20F7DC`Fangles6z`>@Attribute0nAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValueidataytypevaluetypeBOOLdataTypeGroupsideIndependentEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_I_TK_GUE_Soldier_AK_47SpositionEF&ApFanglesH@dataTypeGroupsideIndependentEntities0AttributesiditemsItem0MdataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_I_TK_GUE_MechanicpositionjF&AgrFdataTypeGroupsideIndependentEntitiesYAttributes-idatlOffset73itemsItem0v-dataTypeObjectPositionInfosideIndependentflagsAttributes'idtypeCUP_I_TK_GUE_Soldier_MGatlOffset7-positionqFVyA_F'-3dataTypeGroupsideIndependentEntitiesAttributesCrewLinksidatlOffset8itemsItem0dataTypeObjectPositionInfoTsideIndependentflagsAttributesidtypeCUP_I_TK_GUE_SoldierCustomAttributespositionF&0jCrFangles5>z@=skillL>Attribute0Attribute1Attribute27nAttributespropertyace_isHandcuffedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}ValueqdatatypevaluetypeBOOLpropertypitchexpression_this setpitch _value;Value7data7type"value\?7typeSCALAR7propertyace_isSurrenderedexpressionif (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}ValuedatatypevaluetypeBOOLLinkIDProvider,Links?nextID?itemsItem0\linkIDitem0item1CustomDataroleturretPathdataTypeObjectPositionInfoEsideIndependentflagsAttributes}idtypeCUP_I_ZU23_TK_GUEatlOffset8positionF=lCrFangles<6>}@=}dataTypeTriggerposition ,FtbB΄FAttributesidtypeEmptyDetectoratlOffset6FnamecachedsizeA AsizeBzDactivationByEASTisRectangleFdataTypeTriggerposition Attribute0Attribute1tAttribute25Attribute3Attribute4Attribute5`Attribute6 Attribute7 Attribute8 nAttributes \ propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value6tdataFttype_valuettypeSTRINGtpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value5data5type value5typeSCALAR5propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuefdatavtypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value`data/`typeKvalueB`typeSCALAR`propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data type value typeBOOL propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value  data  type valueA typeSCALAR propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueZ  dataj  type value typeSTRING propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value \ data. \ typeG value\ typeSTRING\ dataTypeTriggerpositionNYF$rankCORPORAL:)@)dataTypeGroupsideIndependentEntities)Attributes*id*itemsItem0)*dataTypeObjectPositionInfo5*sideIndependentflagsAttributesm*idtypeCUP_I_TK_GUE_Guerilla_Enfield*positionAF5@˳Fangles:k@m*skillff>rankCORPORAL**dataTypeGroupsideIndependentEntities*Attributes+id+itemsItem0++dataTypeObjectPositionInfo+sideIndependentflagsAttributes+idtypeCUP_I_TK_GUE_Soldier_AT+positionBFY}KA%Fangles-@+skillff>rankCORPORAL++dataTypeGroupsideIndependentEntities5,Attributes-id#-itemsItem0R,-dataTypeObjectPositionInfo,sideIndependentflagsAttributes -idtypeCUP_I_TK_GUE_Soldier_MG-positionAF5@Fangles^@ -skill>-#-dataTypeGroupsideIndependentEntitiest-Attributes`.idf.itemsItem0-`.dataTypeObjectPositionInfo.sideIndependentflagsAttributesN.idtypeCUP_I_TK_GUE_Soldier_AK_47S`.positionAFY}KAFanglesP@N.skill>`.f.dataTypeGroupsideIndependentEntities.Attributes/id/itemsItem0./dataTypeObjectPositionInfo[/sideIndependentflagsAttributes/idtypeCUP_I_TK_GUE_Guerilla_Enfield/positionAF_AFangles[@/skill>//dataTypeTriggerpositionZAF(y7@ɩFAttributes0idtypeEmptyDetectorAreaR500namehospitalonActivationhint "US forces have intel of your operation\n they're responding with force"; helo setfuel 1;sizeApAsizeBpAactivationByEAST0dataTypeLogicPositionInfo+1idtypeAdmiral_PeriodicCampZoneCustomAttributesK18@position']F6@KFK1Attribute0z2Attribute1D3Attribute24Attribute34Attribute45Attribute5e6Attribute6C7Attribute78Attribute88Attribute99Attribute10:Attribute11o;Attribute12?<Attribute13=Attribute14=Attribute15>Attribute16l?nAttributes8@propertyAdmiral_PeriodicCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value3D3data3D3type/3value AD3typeSCALARD3propertyAdmiral_PeriodicCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value34data34type3value4typeSCALAR4propertyAdmiral_PeriodicCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value44data44type4value4typeSCALAR4propertyAdmiral_PeriodicCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueg55dataw55type5value5typeSTRING5propertyAdmiral_PeriodicCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value&6e6data66e6typeR6valuee6typeBOOLe6propertyAdmiral_PeriodicCampZone_Admiral_TechnicalGroupDelayexpression_this setVariable ['Admiral_TechnicalGroupDelay',_value,true];Value7C7data7C7type.7valueC7typeSCALARC7propertyAdmiral_PeriodicCampZone_Admiral_ArmourGroupDelayexpression_this setVariable ['Admiral_ArmourGroupDelay',_value,true];Value78data78type8value8typeSCALAR8propertyAdmiral_PeriodicCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value88data88type8value@8typeSCALAR8propertyAdmiral_PeriodicCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value99data99type9value9typeSCALAR9propertyAdmiral_PeriodicCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueV::dataf::type:valueMNP_US_DE:typeSTRING:propertyAdmiral_PeriodicCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value.;o;data>;o;typeZ;valueo;typeSCALARo;propertyAdmiral_PeriodicCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value;?<data<?<type*<value?<typeSCALAR?<propertyAdmiral_PeriodicCampZone_Admiral_InfantryGroupDelayexpression_this setVariable ['Admiral_InfantryGroupDelay',_value,true];Value<=data<=type=value=typeSCALAR=propertyAdmiral_PeriodicCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value==data==type=valueB=typeSCALAR=propertyAdmiral_PeriodicCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value^>>datan>>type>valueB>typeSCALAR>propertyAdmiral_PeriodicCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value.?l?data>?l?typeW?valuel?typeSTRINGl?propertyAdmiral_PeriodicCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value?8@data@8@type#@value@8@typeSCALAR8@dataTypeTriggerpositionj\]F6@FAttributes@idtypeEmptyDetector@conditiontriggerActivated hospital;sizeAAsizeBA@dataTypeGroupsideCivilianEntitiesQvalueSQtypeSTRINGSQpropertyAdmiral_PeriodicCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueQRdataQRtype Rvalue@RtypeSCALARRdataTypeTriggerposition"SA@aFanglel?AttributesRid typeEmptyDetectorRconditiontriggerActivated hospital;sizeAAsizeBARdataTypeGroupsideCivilianEntitiesSAttributes_Tid eTitemsItem0GSItem1S_TdataTypeObjectPositionInfoSsideCivilianflagsAttributesSidtypeC_Bob_VRSposition[FwB@cFangles @SSdataTypeWaypointpositionrrBFІ@@FEffectsYTshowWPNEVERidtypeMove_T_TeTdataTypeLogicPositionInfoTidtypeAdmiral_PeriodicCampZoneCustomAttributesUcpositionL0IF(y7@FanglesTF?UAttribute04VAttribute1VAttribute2WAttribute3XAttribute4_YAttribute5ZAttribute6ZAttribute7[Attribute8\Attribute9]Attribute10W^Attribute11)_Attribute12_Attribute13`Attribute14aAttribute15YbAttribute16&cnAttributescpropertyAdmiral_PeriodicCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueVVdataVVtypeVvalue AVtypeSCALARVpropertyAdmiral_PeriodicCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueWWdataWWtypeWvalueWtypeSCALARWpropertyAdmiral_PeriodicCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueYXXdataiXXtypeXvalueXtypeSCALARXpropertyAdmiral_PeriodicCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value!Y_Ydata1Y_YtypeJYvalue_YtypeSTRING_YpropertyAdmiral_PeriodicCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueYZdataYZtype ZvalueZtypeBOOLZpropertyAdmiral_PeriodicCampZone_Admiral_TechnicalGroupDelayexpression_this setVariable ['Admiral_TechnicalGroupDelay',_value,true];ValueZZdataZZtypeZvalueZtypeSCALARZpropertyAdmiral_PeriodicCampZone_Admiral_ArmourGroupDelayexpression_this setVariable ['Admiral_ArmourGroupDelay',_value,true];Value[[data[[type[value[typeSCALAR[propertyAdmiral_PeriodicCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valueh\\datax\\type\value\typeSCALAR\propertyAdmiral_PeriodicCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value@]]dataP]]typel]value@]typeSCALAR]propertyAdmiral_PeriodicCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value^W^data ^W^typeB^valueMNP_US_DEW^typeSTRINGW^propertyAdmiral_PeriodicCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value^)_data^)_type_value)_typeSCALAR)_propertyAdmiral_PeriodicCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value__data__type_value@_typeSCALAR_propertyAdmiral_PeriodicCampZone_Admiral_InfantryGroupDelayexpression_this setVariable ['Admiral_InfantryGroupDelay',_value,true];Value``data``type`value`typeSCALAR`propertyAdmiral_PeriodicCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueVaadatafaatypeavalueBatypeSCALARapropertyAdmiral_PeriodicCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuebYbdata(bYbtypeDbvalueBYbtypeSCALARYbpropertyAdmiral_PeriodicCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valueb&cdatab&ctypecvalue&ctypeSTRING&cpropertyAdmiral_PeriodicCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueccdatacctypecvaluectypeSCALARcdataTypeTriggerpositionIF(y7@FangleTF?Attributes_didtypeEmptyDetectordconditiontriggerActivated hospital;sizeA AsizeB AddataTypeGroupsideCivilianEntitiesdAttributes2fid8fitemsItem0eItem1e2fdataTypeObjectPositionInfoesideCivilianflagsAttributeseidtypeC_Bob_VRepositionHF7@}Fangles@eedataTypeWaypointposition?BF(y7@FEffects,fshowWPNEVERidtypeMove2f2f8fdataTypeLogicPositionInfofidtypeAdmiral_PeriodicCampZoneCustomAttributesfupositionzLFC@FanglesV@TF?fAttribute0hAttribute1hAttribute2iAttribute3mjAttribute42kAttribute5kAttribute6lAttribute7mAttribute8|nAttribute9ToAttribute10*pAttribute11pAttribute12qAttribute13rAttribute14jsAttribute15,tAttribute16tnAttributesupropertyAdmiral_PeriodicCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuehhdatahhtypehvalue AhtypeSCALARhpropertyAdmiral_PeriodicCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueRiidatabiitype~ivalueitypeSCALARipropertyAdmiral_PeriodicCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value,jmjdata@HFcombatModeREDcombatCOMBATEffectsgshowWPNEVERid7typeMovemmdataTypeWaypointpositiontAF(y7@ZFtypeSeekAndDestroyEffects܋showWPNEVERid8dataTypeWaypointposition~WFAłFEffectsWshowWPNEVERid9typeMoveatlOffset]]dataTypeWaypointposition( YF@AFtypeCycleEffectsÌshowWPNEVERid:ɌɌόLinkIDProviderLinksٍnextIDitemsItem0/Item1{ٍlinkIDitem0+item1*CustomDataj{role{linkIDitem0,item1*CustomDataٍroleturretPathٍdataTypeObjectPositionInfodsideWestflagsAttributesid*typeCUP_B_AH64D_ES_USACustomAttributesԏpositionB tF@Fangles-=fuelnameheloAttribute0nAttributesԏpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value;ԏdataKԏtypevalue[[[["FirstAidKit"],[4]],[[],[]],[["ToolKit","ItemGPS","ItemRadio"],[1,1,1]],[[],[]]],false]ԏtypeSTRINGԏdataTypeLogicPositionInfoid<typeARK_Clear_VehicleWpositionF A-Fangles;;WdataTypeObjectPositionInfosideEmptyflagsAttributesid=typeI_supplyCrate_FCustomAttributesTpositionFyADFangles;b@initfak = cache1 execVM "clear.sqf";namecache1TAttribute0Attribute1єnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueєdataєtypevalue[[[["launch_NLAW_F","arifle_Mk20_F","LMG_Mk200_F","FirstAidKit"],[1,2,1,10]],[["9Rnd_45ACP_Mag","30Rnd_9x21_Mag","20Rnd_762x51_Mag","30Rnd_556x45_Stanag","200Rnd_65x39_cased_Box","1Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareYellow_F","UGL_FlareGreen_F","ACE_30Rnd_556x45_Stanag_M995_AP_mag","ACE_30Rnd_556x45_Stanag_Mk262_mag","ACE_30Rnd_556x45_Stanag_Mk318_mag"],[6,6,6,24,3,6,2,2,6,3,2,6,6,2,2,2,2,4,4,4]],[["Laserdesignator_03","acc_flashlight","bipod_03_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_FieldPack_oli"],[2]]],false]єtypeSTRINGєpropertyace_isMedicalFacilityexpression_this setVariable ["ace_medical_isMedicalFacility",_value,true];ValueQdataatype}valuetypeBOOLdataTypeLogicPositionInfonameadm_hc_unitisPlayabledescriptionHCid>typeHeadlessClient_FatlOffset.C?positionzD?dataTypeObjectPositionInfoɖsideIndependentflagsAttributesid?typeCUP_I_D30_TK_GUEatlOffsetTv-@position:FފAzـFangles*=!@˗fuelnametank1Attribute0nAttributesјpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuekјdata{јtypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]јtypeSTRINGјdataTypeTriggerpositiontFC@FAttributes:idDtypeEmptyDetectorAreaR250vconditiontrue;sizeAXCsizeB-SCsizeCvdataTypeObjectPositionInfosideEmptyflagsAttributes idEtypeLand_Bench_05_Fposition@FADF dataTypeObjectPositionInfosideEmptyflagsAttributesidFtypeLand_Bench_05_Fposition@FAsRFangles#@dataTypeObjectPositionInfo3sideEmptyflagsAttributeskidGtypeLand_Bench_05_Fqpositionl@F]zAgFanglesB?kqdataTypeObjectPositionInfosideEmptyflagsAttributes,idHtypeLand_Bench_05_FatlOffsetK?2position@F'iAgFanglesB?,2dataTypeGroupsideIndependentEntitiesAttributesidKatlOffset1@itemsItem0 dataTypeObjectPositionInfo[sideIndependentflagsAttributesidMtypeCUP_I_TK_GUE_Soldier_AK_47SatlOffset1@CustomAttributespositionAFAFangles[@skill>Attribute0ݝAttribute1tnAttributespropertyspeakerexpression_this setspeaker _value;Value'tdata7ttype_valueCUP_D_Male03_TKttypeSTRINGtpropertypitchexpression_this setpitch _value;Valuedataʞtypevalue\?typeSCALARdataTypeGroupsideIndependentEntitiesRAttributesidRitemsItem0odataTypeObjectPositionInfo sideIndependentflagsAttributesBidStypeCUP_I_TK_GUE_Soldier_AK_47SCustomAttributesTpositionyBF5@Fangles[@Bskill>TAttribute0Attribute1#nAttributespropertyspeakerexpression_this setspeaker _value;Value֠#data#typevalueCUP_D_Male03_TK#typeSTRING#propertypitchexpression_this setpitch _value;Valueidataytypevalue\?typeSCALARdataTypeGroupsideIndependentEntitiesAttributesYidT_itemsItem0YdataTypeObjectPositionInfosideIndependentflagsAttributesidUtypeCUP_I_TK_GUE_Soldier_AK_47SCustomAttributesYpositionAF5@Fangles[@skill>Attribute0;Attribute1ңnAttributesYpropertyspeakerexpression_this setspeaker _value;ValueңdataңtypevalueCUP_D_Male03_TKңtypeSTRINGңpropertypitchexpression_this setpitch _value;ValueYdata(YtypeDvalue\?YtypeSCALARY_dataTypeGroupsideIndependentEntitiesAttributesidVitemsItem0ͤdataTypeObjectPositionInfohsideIndependentflagsAttributesidWtypeCUP_I_TK_GUE_Soldier_AK_47SCustomAttributespositionBF5@FanglesAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Value4dataDtypelvalueCUP_D_Male03_TKtypeSTRINGpropertypitchexpression_this setpitch _value;ValueǦdataצtypevalue\?typeSCALARdataTypeGroupsideIndependentEntities_AttributesidXitemsItem0|dataTypeObjectPositionInfosideIndependentflagsAttributesOidYtypeCUP_I_TK_GUE_Soldier_AK_47SCustomAttributesapositionAF>@Fanglesr? @Oskill>aAttribute0Attribute10nAttributespropertyspeakerexpression_this setspeaker _value;Value0data0typevalueCUP_D_Male03_TK0typeSTRING0propertypitchexpression_this setpitch _value;Valuevdatatypevalue\?typeSCALARLinkIDProviderLinksnextID+,items+Item0Item1NItem2Item3Item45Item5Item6ϭItem7Item8iItem9Item10Item11PItem12Item13Item147Item15Item16ѰItem17Item18kItem19Item20Item21RItem22Item23Item249Item25Item26ӳItem27 Item28mItem29Item30Item31TItem32Item33Item34;Item35Item36նItem37"Item38oItem39Item40 Item41VItem42linkIDitem0oitem1nCustomData<NtypeSyncNlinkIDitem0pitem1oCustomDatatypeSynclinkIDitem0{item1yCustomData֬typeSynclinkIDitem0|item1zCustomData#5typeSync5linkIDitem0Bitem1CustomDataptypeSynclinkIDitem0Citem1CustomDataϭtypeSyncϭlinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataWitypeSyncilinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData>PtypeSyncPlinkID item0item1CustomDatatypeSynclinkID item0item1CustomDataدtypeSynclinkID item0item1CustomData%7typeSync7linkIDitem0item1CustomDatartypeSynclinkIDitem0item1CustomDataѰtypeSyncѰlinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataYktypeSyncklinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData@RtypeSyncRlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataڲtypeSynclinkIDitem0item1CustomData'9typeSync9linkIDitem0item1CustomDatattypeSynclinkIDitem0item1CustomDataӳtypeSyncӳlinkIDitem0item1CustomData typeSync linkIDitem0item1CustomData[mtypeSyncmlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataBTtypeSyncTlinkIDitem0 item1 CustomDatatypeSynclinkID item0item1CustomDataܵtypeSynclinkID!item0item1CustomData);typeSync;linkID"item0item1<CustomDatavtypeSynclinkID#item0item1<CustomDataöնtypeSyncնlinkID$item0item1<CustomData"typeSync"linkID%item0Ditem1{CustomData]otypeSyncolinkID&item0Yitem1CustomDatatypeSynclinkID'item0Uitem1CustomData typeSync linkID(item0Sitem1CustomDataDVtypeSyncVlinkID)item0Mitem1CustomDatatypeSynclinkID*item0Witem1CustomData޸typeSync// this addAction [("" + ("Repair") +""), "repair.sqf",[],1,false,true,"","(getDammage _target) < 1 AND (getDammage _target) > 0",5,false]; _timeForRepair = 20; _vehicle = vehicle player; hint format ["Please wait %1 seconds for repair",_timeForRepair]; uiSleep _timeForRepair; if (_vehicle == player) then { _vehicle = cursorTarget; }; _vehicle setdamage 0; hint "Repair Complete"; uiSleep 2; hint "";:_8xV 0V