world.EnableMapping

MUSHclient script function (Method) — introduced in version 3.47

Enables or disables the auto-mapper

Prototype

void EnableMapping(boolean Enabled);

Data type meanings

Description

Use this to enable or disable the inbuilt auto-mapper.

VBscript example

EnableMapping vbTrue

Jscript example

EnableMapping (true);

PerlScript example

EnableMapping (1);

Lua example

EnableMapping (true)

Lua notes

The enabled flag is optional, and defaults to true.

Return value

Nothing.

Related topic

Auto-mapper