ACE3/addons/interaction/functions/fn_openMenu.sqf

7 lines
164 B
Plaintext
Raw Normal View History

2015-01-11 19:32:51 +00:00
// by commy2
private "_target";
_target = [cursorTarget, AGM_Interaction_Target] select (_this == "Default");
[0, _target, ""] call AGM_Interaction_fnc_showMenu;