mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
drag carry exception in main action
This commit is contained in:
parent
8d8e2ec10b
commit
72d40c3fda
@ -32,6 +32,7 @@ class CfgVehicles {
|
|||||||
statement = "";
|
statement = "";
|
||||||
icon = "\a3\ui_f\data\IGUI\Cfg\Actions\eject_ca.paa";
|
icon = "\a3\ui_f\data\IGUI\Cfg\Actions\eject_ca.paa";
|
||||||
selection = "pelvis";
|
selection = "pelvis";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
|
|
||||||
class ACE_TeamManagement {
|
class ACE_TeamManagement {
|
||||||
displayName = "$STR_ACE_Interaction_TeamManagement";
|
displayName = "$STR_ACE_Interaction_TeamManagement";
|
||||||
@ -417,6 +418,7 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 10;
|
distance = 10;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
@ -435,6 +437,7 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 10;
|
distance = 10;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
@ -455,6 +458,7 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 10;
|
distance = 10;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
@ -473,6 +477,7 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 10;
|
distance = 10;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
@ -493,6 +498,7 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 10;
|
distance = 10;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
|
|
||||||
class ACE_Push {
|
class ACE_Push {
|
||||||
displayName = "$STR_ACE_Interaction_Push";
|
displayName = "$STR_ACE_Interaction_Push";
|
||||||
@ -521,6 +527,7 @@ class CfgVehicles {
|
|||||||
selection = "gunnerview";
|
selection = "gunnerview";
|
||||||
distance = 2;
|
distance = 2;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
@ -541,6 +548,7 @@ class CfgVehicles {
|
|||||||
selection = "gunnerview";
|
selection = "gunnerview";
|
||||||
distance = 2;
|
distance = 2;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {
|
class ACE_SelfActions {
|
||||||
@ -561,6 +569,7 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 2;
|
distance = 2;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
exceptions[] = {"isNotCarrying","isNotDragging"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {};
|
class ACE_SelfActions {};
|
||||||
|
Loading…
Reference in New Issue
Block a user