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

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