Special Map Movement
This lets you add special movement commands to the automapper sequence.

Special commands are those not automatically recognised by MUSHclient as commands that move you somewhere.

The standard commands are:

n (north), s (south), e (east), w (west), ne, se, nw, sw, u (up) and d (down)

The directions in brackets are synomyms - either may be used.

Any other "movement" command must be entered via this dialog, or the mapper will not record it.

MUSHclient generates a speedwalk string like this:

(forwards/reverse)

This is consistent with the speedwalk syntax used when doing normal speedwalking. The characters before the "/" are the forwards direction, the characters after the "/" are the reverse direction.


Action:

Enter the "forwards" action - the one you want to take right now.

For example:

@teleport 1234
unlock west
use key
go portal
recall
mount horse
enter
leave
board boat

Reverse:

You can also enter the "reverse" command, which is what you need to do when going back the way you came.


@teleport 3421
lock east
go portal
recall
dismount horse
leave
exit
go shore

Send to MUD

If checked, the forwards command is sent to the MUD. This is the default behaviour, so that the command is recorded (in the mapper) and done immediately, so that you see the effects of it.

If, for some reason, you want to add commands to the mapping sequence, but not actually send them to the MUD, then uncheck this.


See Also ...

Topics

DOC_aliases Aliases
DOC_mapper Auto-mapper
DOC_speed_walking Speed walking

Command

CMD_ID_GAME_DOMAPPERSPECIAL DoMapperSpecial (Do a non-standard direction command)

Dialog

DLG_IDD_MAP_COMMENT Map Comment

Functions

FNC_AddMapperComment AddMapperComment (Adds a comment to the auto-map sequence)
FNC_AddToMapper AddToMapper (Adds a mapping direction to the auto-map sequence)
FNC_DeleteAllMapItems DeleteAllMapItems (Deletes the all items from the auto-mapper sequence.)
FNC_DeleteLastMapItem DeleteLastMapItem (Deletes the most recently-added item from the auto-mapper sequence.)
FNC_EnableMapping EnableMapping (Enables or disables the auto-mapper)
FNC_GetMappingCount GetMappingCount (Gets a count of the number of items in the auto-map sequence)
FNC_GetMappingItem GetMappingItem (Gets one item from the auto-map sequence)
FNC_GetMappingString GetMappingString (Returns the speedwalk string generated by the auto-mapper.)
FNC_Mapping Mapping (A flag to indicate whether we are mapping the world)
FNC_RemoveMapReverses RemoveMapReverses (A flag to indicate whether we backtracks are removed during mapping)

(Help topic: dialog=IDD_MAP_MOVE)

DOC_contents Documentation contents page