world.Reset

MUSHclient script function (Method)

Resets all outstanding MXP/Pueblo tags

Prototype

void Reset();

Data type meanings

Description

This closes any outstanding MXP/Pueblo tags, and resets the output window colours to ANSI white on black. It also cancels underline, highlight, and inverse.

VBscript example

world.reset

Jscript example

world.Reset();

PerlScript example

$world->Reset();

Python example

world.Reset

Lua example

Reset()

Return value

Nothing.