/* * Author: commy2 * Handle opening of interaction menu. * * Arguments: * 0: Unit * * Return Value: * None * * Public: No */ #include "script_component.hpp" params ["_unit"]; if (!isNull (GETMVAR(GVAR(ladder),objNull)) && {GVAR(ladder) in attachedObjects _unit}) then { [_unit, GVAR(ladder)] call FUNC(cancelTLdeploy); };