ACE3/addons/attach/XEH_clientInit.sqf
2015-03-27 11:53:04 -05:00

7 lines
196 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
//If attach placing, stop when opening menu:
["interactMenuOpened", {GVAR(placeAction) = 0;}] call EFUNC(common,addEventHandler);