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