world.ResetStatusTime

MUSHclient script function (Method) — introduced in version 3.46

Resets the time elapsed shown on the status bar

Prototype

void ResetStatusTime();

Data type meanings

Description

This resets the "connect time" to now, so that the time shown on the status bar counts up from the moment you called this function.

VBscript example

world.ResetStatusTime

Jscript example

world.ResetStatusTime();

PerlScript example

$world->ResetStatusTime();

Python example

world.ResetStatusTime

Lua example

ResetStatusTime()

Return value

Nothing.