/* * Author: BaerMitUmlaut * Check if the unit is unconscious. * * Arguments: * 0: The Unit * * Return Value: * Is unconscious */ #include "script_component.hpp" params ["_unit"]; _unit getVariable [QGVAR(isUnconscious), false]