Merge pull request #3070 from dixon13/newCivInteraction

Changes to civilian interaction
This commit is contained in:
Thomas Kooi
2016-02-05 09:14:45 +01:00
5 changed files with 13 additions and 3 deletions

View File

@ -141,6 +141,13 @@ class CfgVehicles {
showDisabled = 0;
priority = 2.5;
};
class ACE_GetOut {
displayName = CSTRING(GetOut);
condition = QUOTE(!(isNull objectParent _target) && [ARR_2(_player,_target)] call DFUNC(canInteractWithCivilian));
statement = QUOTE([_target] call EFUNC(common,unloadPerson));
showDisabled = 0;
priority = 2.6;
};
};
class ACE_Torso {