/* * Author: NouberNou * Handle self action key up * * Argument: * None * * Return value: * true * * Public: No */ #include "script_component.hpp" if (uiNamespace getVariable [QGVAR(cursorMenuOpened),false]) then { closeDialog 0; }; GVAR(keyDownSelfAction) = false; if(GVAR(actionSelected)) then { this = GVAR(selectedTarget); _player = ACE_Player; _target = GVAR(selectedTarget); [GVAR(selectedTarget), ACE_player] call GVAR(selectedAction); }; GVAR(expanded) = false; GVAR(lastPath) = []; GVAR(menuDepthPath) = []; true