mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Properly configure canInteractWith and exceptions for self interaction
This commit is contained in:
parent
eb557bf777
commit
75a09357aa
@ -87,7 +87,7 @@ _actions = [
|
||||
"Self Actions",
|
||||
"\a3\ui_f\data\IGUI\Cfg\Actions\eject_ca.paa",
|
||||
{},
|
||||
{ true },
|
||||
{[ACE_player, objNull, ["isNotDragging", "isNotCarrying", "isNotSwimming", "notOnMap", "isNotEscorting", "isNotSurrendering"]] call EFUNC(common,canInteractWith)},
|
||||
{},
|
||||
[],
|
||||
"Spine3",
|
||||
|
Loading…
Reference in New Issue
Block a user