CharName
Returns the Char Name.
If there is no connection to the UO server - returns empty string.
Pascal
function CharName:String
Python
CharName()
Example:
if(CharName = 'MyChar') then
begin
'' Do something
end;
Returns the Char Name.
If there is no connection to the UO server - returns empty string.
Pascal
function CharName:String
Python
CharName()
Example:
if(CharName = 'MyChar') then
begin
'' Do something
end;