Name AddMapperComment
Type Method
Summary Adds a comment to the auto-map sequence
Prototype long AddMapperComment(BSTR Comment);
Description Adds a comment to the auto-map sequence. This lets you put comments into the map sequence (eg. the name of the current room).

Note, mapping does *not* need to be enabled to use this method. This lets you use triggers or aliases to build up a map direction, rather than MUSHclient's automatic mapping.
VBscript example
world.AddMapperComment "Main Square"
Jscript example
world.AddMapperComment ("Main Square");
PerlScript example
$world->AddMapperComment("Main Square");
Returns eBadMapItem: comment may not contain "{", "}", "(", ")", "/" or "\"
eOK: added OK

See also ...