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