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

HP

Returns character property HP (life)

Pascal Syntax:

function HP : Integer;

Pascal Example:

while HP < 50 do
begin
  WaitTargetSelf;
  UseObject(bandage_type);
end;

Python Syntax:

def HP(): --> int