| 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 | |
| Jscript example | |
| PerlScript example | |
| Returns | eBadMapItem: comment may not contain "{", "}", "(", ")", "/" or "\" |
See also ...