world.Activate

MUSHclient script function (Method)

Activates the world window

Prototype

void Activate();

Data type meanings

Description

Activates the main (first) window for this world. If you have multiple windows open then the first one created will be activated.

VBscript example

world.activate

Jscript example

world.activate();

PerlScript example

$world->activate;

Python example

world.activate

Lua example

Activate()

Return value

Nothing.

See also

FunctionDescription
ActivateClientActivates the main MUSHclient window
ActivateNotepadActivates a notepad window
AppendToNotepadAppends text to a notepad window
OpenOpens a named document
ReplaceNotepadReplaces text in a notepad window
SendToNotepadCreates a notepad and sends text to it