Returns the character status - Hidden.
If char disconnected - will return False.
Pascal
function Hidden:Boolean
Python
def Hidden() -> boolean
Example Pascal
if not Hidden then begin UseSkill('Hiding'); end;