/* * Author: PabstMirror * Become Leader of group. * * Arguments: * 0: Unit * * Return Value: * None * * Example: * [player] call ace_interaction_fnc_doBecomeLeader * * Public: No */ #include "script_component.hpp" params ["_unit"]; [QEGVAR(common,selectLeader), [group _unit, _unit], units group _unit] call CBA_fnc_targetEvent;