From 9f78b6e0f649d267b3d5d7c586f244de232cbab2 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sat, 14 Sep 2019 19:50:37 +0200 Subject: [PATCH] Hint for assembled UAV's to use DynaMenu --- Sources/epoch_config/Configs/CfgEpochClient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 6b9fcd30..7be4c15b 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -281,7 +281,7 @@ class CfgEpochClient GetOutMan = "_this call EPOCH_getOutMan;_this call Epoch_custom_EH_GetOutMan"; SeatSwitchedMan = "_this call EPOCH_custom_EH_SeatSwitchedMan"; FiredNear = "_this call EPOCH_custom_EH_FiredNear"; - WeaponAssembled = "clearItemCargoGlobal (_this select 1)"; + WeaponAssembled = "clearItemCargoGlobal (_this select 1);if ((_this select 1) isKindOf 'UAV_01_base_F' || (_this select 1) isKindOf 'UAV_06_base_F') then {['UAV assembled - Connect it with DynaMenu (Space)',5] call Epoch_Message}"; // suppress these units from spawning near Jammer or Traders nonJammerAI[] = {"B_Heli_Transport_01_F","PHANTOM","EPOCH_Sapper_F","Epoch_SapperG_F","Epoch_SapperB_F","I_UAV_01_F","EPOCH_RyanZombie_1"}; nonTraderAI[] = {"B_Heli_Transport_01_F","PHANTOM","EPOCH_Sapper_F","Epoch_SapperG_F","Epoch_SapperB_F","I_UAV_01_F","Epoch_Cloak_F","GreatWhite_F","EPOCH_RyanZombie_1"};