From 23f6973335066ea2956edb4789712b48b433cca5 Mon Sep 17 00:00:00 2001 From: Schalldampfer Date: Fri, 27 Jul 2018 23:28:28 +0900 Subject: [PATCH] space --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f1c2f5f..e30470e 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,20 @@ epoch_config\Configs\CfgActionMenu\CfgActionMenu_self.hpp (at bottom) class Deploy_deploy { - condition = "!dyna_inVehicle"; - action = "Deploy_SpawnVehicle = [player,'MBK_01_EPOCH']; publicVariableServer 'Deploy_SpawnVehicle';"; - icon = "x\addons\a3_epoch_code\Data\UI\buttons\repair.paa"; - tooltip = "Deploy Bike"; + condition = "!dyna_inVehicle"; + action = "Deploy_SpawnVehicle = [player,'MBK_01_EPOCH']; publicVariableServer 'Deploy_SpawnVehicle';"; + icon = "x\addons\a3_epoch_code\Data\UI\buttons\repair.paa"; + tooltip = "Deploy Bike"; }; epoch_config\Configs\CfgActionMenu\CfgActionMenu_target.hpp (at bottom) class Deploy_pack { - 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 [])"; + action = "Deploy_PackVehicle = [player,dyna_cursorTarget]; publicVariableServer 'Deploy_PackVehicle';"; + icon = "x\addons\a3_epoch_code\Data\UI\buttons\repair.paa"; + tooltip = "Pack Vehicle"; }; BE filter: