mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1596 from SzwedzikPL/interaction_box_inventory
Open action for boxes
This commit is contained in:
commit
10ef88b655
@ -581,6 +581,13 @@ class CfgVehicles {
|
|||||||
selection = "";
|
selection = "";
|
||||||
distance = 2;
|
distance = 2;
|
||||||
condition = "true";
|
condition = "true";
|
||||||
|
class ACE_OpenBox {
|
||||||
|
displayName = CSTRING(OpenBox);
|
||||||
|
condition = QUOTE(alive _target);
|
||||||
|
statement = QUOTE(_player action [ARR_2(QUOTE(QUOTE(Gear)), _target)]);
|
||||||
|
showDisabled = 0;
|
||||||
|
priority = -1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_SelfActions {};
|
class ACE_SelfActions {};
|
||||||
|
@ -793,6 +793,10 @@
|
|||||||
<Italian>Passeggeri</Italian>
|
<Italian>Passeggeri</Italian>
|
||||||
<Portuguese>Passageiros</Portuguese>
|
<Portuguese>Passageiros</Portuguese>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_ACE_Interaction_OpenBox">
|
||||||
|
<English>Open</English>
|
||||||
|
<Polish>Otwórz</Polish>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_ACE_Interaction_Module_DisplayName">
|
<Key ID="STR_ACE_Interaction_Module_DisplayName">
|
||||||
<English>Interaction System</English>
|
<English>Interaction System</English>
|
||||||
<Polish>System interakcji</Polish>
|
<Polish>System interakcji</Polish>
|
||||||
|
Loading…
Reference in New Issue
Block a user