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
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