diff --git a/addons/interaction/functions/fnc_onButtonDown.sqf b/addons/interaction/functions/fnc_onButtonDown.sqf index 27b46380e0..63f62ed4a0 100644 --- a/addons/interaction/functions/fnc_onButtonDown.sqf +++ b/addons/interaction/functions/fnc_onButtonDown.sqf @@ -12,4 +12,7 @@ if (isNull (findDisplay 1713999)) then { (findDisplay 1713999) closeDisplay 1; }; +// Raise custom event. @todo: remove [_player, "interactionMenuOpened", [_player, GVAR(Target), 0]] call EFUNC(common,callCustomEventHandlers); +// Raise ACE localEvent +["interactionMenuOpened", [_player, GVAR(Target), 0]] call EFUNC(common,localEvent);