/* * Author: Jonpas * Check if the player can stand up (is in sitting position). * * Arguments: * Player * * Return Value: * Can Stand Up * * Example: * player call ace_sitting_fnc_canStand; * * Public: No */ #include "script_component.hpp" PARAMS_1(_player); // If sitting (_player getVariable [QGVAR(sitting),false])