From de75788cfc36cf382c29782c3cae160fed0ca703 Mon Sep 17 00:00:00 2001 From: Schalldampfer Date: Fri, 27 Jul 2018 23:27:23 +0900 Subject: [PATCH] pack condition change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ccb3d2..f1c2f5f 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ epoch_config\Configs\CfgActionMenu\CfgActionMenu_target.hpp (at bottom) class Deploy_pack { - condition = "dyna_isVehicle && ((crew dyna_cursorTarget) isEqualTo [])"; action = "Deploy_PackVehicle = [player,dyna_cursorTarget]; publicVariableServer 'Deploy_PackVehicle';"; icon = "x\addons\a3_epoch_code\Data\UI\buttons\repair.paa"; tooltip = "Pack Vehicle"; + condition = "(dyna_cursorTarget iskindof 'MBK_01_EPOCH') && ((crew dyna_cursorTarget) isEqualTo [])"; }; BE filter: