ACE3/addons/attach/XEH_clientInit.sqf

7 lines
196 B
Plaintext
Raw Normal View History

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