CharTitle
Returns the Char Title.
If there is no connection to the UO server - returns empty string.
Pascal
function CharTitle:String
Python
CharTitle()
Example:
if(CharTitle = 'Alex, Grandmaster Alchemist') then
begin
'' Do something
end;
Returns the Char Title.
If there is no connection to the UO server - returns empty string.
Pascal
function CharTitle:String
Python
CharTitle()
Example:
if(CharTitle = 'Alex, Grandmaster Alchemist') then
begin
'' Do something
end;