Dex
Returns the character stat - Dexterity (aka Agility).
If char disconnected - will return False.
Pascal
function Dex : Integer;
Python
def Dex() -> integer
Example Pascal
if (Dex > 0) then
begin
//Do something
end;
Returns the character stat - Dexterity (aka Agility).
If char disconnected - will return False.
Pascal
function Dex : Integer;
Python
def Dex() -> integer
Example Pascal
if (Dex > 0) then
begin
//Do something
end;