Dead
Returns the character status - Dead.
If char disconnected - will return False.
Pascal
function Dead:Boolean
Python
def Dead() -> boolean
Example Pascal
if Dead then
begin
// Do something, like resurrect, report or something else
end;
Returns the character status - Dead.
If char disconnected - will return False.
Pascal
function Dead:Boolean
Python
def Dead() -> boolean
Example Pascal
if Dead then
begin
// Do something, like resurrect, report or something else
end;