world.SetTitle

MUSHclient script function (Method) — introduced in version 4.87

Sets the world window title

Prototype

void SetTitle(BSTR Title);

Data type meanings

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

Utilities

See also

FunctionDescription
NoteSends a note to the output window
SendSends a message to the MUD
SetCommandSends text to the command window
SetMainTitleSets the main output window title
SetStatusSets the status line text