#include "script_component.hpp" /* * Author: PabstMirror * Remove handcuffs from a target * * Arguments: * 0: Caller * 1: Target * * Return Value: * The return value * * Example: * [bob, bill] call ACE_captives_fnc_doRemoveHandcuffs * * Public: No */ params ["_unit", "_target"]; [QGVAR(setHandcuffed), [_target, false, _unit], [_target]] call CBA_fnc_targetEvent;