Feature #47
Updated by Vincent Le Goff about 6 years ago
Some players have reported using speed walking often and needing it in their client. The presented syntax doesn't seem to make much sense for non-English MUDs, which should be considered. In fact, using command stacking (#32) with a delay between commands seems much more logical. One could link it to macros or aliases.
The syntax in MushCLIENT is:
- Begin the line by a @#@ sign.
- Single-letter exits are written with no separator.
- A digit preceding a letter will repeat this letter several times.
- Exits with more than one letter should be surrounded by parenthesis.
Example: @#3nw(door)@ means 3 times north, one time west, one times door.