GetInt
Returns stat Int (intelligence) for mobile with ID ObjID
Pascal Syntax:
function GetInt(ObjID : Cardinal) : Integer;
Pascal Example:
while GetInt(Self) < 50 do
begin
//using some skill for int increasing, or cast spell, or something else
end;
Python Syntax:
def GetInt(ObjID): --> int