ACE3/addons/interaction/functions/fnc_openMenu.sqf

8 lines
172 B
Plaintext
Raw Normal View History

2015-01-11 19:32:51 +00:00
// by commy2
2015-01-11 23:13:47 +00:00
#include "script_component.hpp"
2015-01-11 19:32:51 +00:00
private "_target";
2015-01-11 23:13:47 +00:00
_target = [cursorTarget, GVAR(Target)] select (_this == "Default");
2015-01-11 19:32:51 +00:00
2015-01-11 23:13:47 +00:00
[0, _target, ""] call FUNC(showMenu);