Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Hidden

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;