pack condition change

This commit is contained in:
Schalldampfer 2018-07-27 23:27:23 +09:00
parent 07df10b45e
commit de75788cfc

View File

@ -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: