interaction: raise "interactionMenuOpened" ACE event locally

This commit is contained in:
Nicolás Badano 2015-01-16 12:42:48 -03:00
parent bce84d9a2d
commit 00e68c4540

View File

@ -12,4 +12,7 @@ if (isNull (findDisplay 1713999)) then {
(findDisplay 1713999) closeDisplay 1;
};
// Raise custom event. @todo: remove
[_player, "interactionMenuOpened", [_player, GVAR(Target), 1]] call EFUNC(common,callCustomEventHandlers);
// Raise ACE localEvent
["interactionMenuOpened", [_player, GVAR(Target), 1]] call EFUNC(common,localEvent);