mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
// by commy2
|
||
|
|
||
|
private "_target";
|
||
|
_target = [cursorTarget, AGM_Interaction_Target] select (_this == "Default");
|
||
|
|
||
|
[0, _target, ""] call AGM_Interaction_fnc_showMenu;
|