Register forum user name Search FAQ

Activate

Script function

world.Activate

Read about scripting

Type

Method

Summary

Activates the world window

Prototype

void Activate();

View list of 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 ...

Functions

(ActivateClient) Activates the main MUSHclient window
(ActivateNotepad) Activates a notepad window
(AppendToNotepad) Appends text to a notepad window
(Open) Opens a named document
(ReplaceNotepad) Replaces text in a notepad window
(SendToNotepad) Creates a notepad and sends text to it

(Help topic: function=Activate)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.