world.SetTitle
Sets the world window title
Prototype
void SetTitle(BSTR Title);
Description
This sets the window title (for the world window) to the nominated text. You could use this to make the tile reflect the character name, world name, or whatever you want.
Setting the title to an empty string (ie. "") will revert back to the default title line (the world name, plus connection status).
VBscript example
SetTitle "TinyMUX - admin login"
Lua example
SetTitle "TinyMUX - admin login"
Lua notes
You can supply multiple arguments, which are concatenated together.
Return value
Nothing.
Related topic
See also
| Function | Description |
|---|---|
| Note | Sends a note to the output window |
| Send | Sends a message to the MUD |
| SetCommand | Sends text to the command window |
| SetMainTitle | Sets the main output window title |
| SetStatus | Sets the status line text |