GetMana
Returns character property Mana
Pascal Syntax:
function GetMana(ObjID : Cardinal) : Integer;
Pascal Example:
while GetMana(Self) < 50 do
begin
UseSkill('Meditation');
end;
Python Syntax:
def GetMana(ObjID): --> int
Returns character property Mana
Pascal Syntax:
function GetMana(ObjID : Cardinal) : Integer;
Pascal Example:
while GetMana(Self) < 50 do
begin
UseSkill('Meditation');
end;
Python Syntax:
def GetMana(ObjID): --> int