[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

ReverseSpeedwalk

Script function

world.ReverseSpeedwalk

Read about scripting

Type

Method

Summary

Reverses a speed walk string

Prototype

BSTR ReverseSpeedwalk(BSTR SpeedWalkString)

View list of data type meanings

Description

Reverses a supplied string based on the rules for "speed walking". See EvaluateSpeedwalk for a detailed description of those rules.

For example:

4n 3e s u w d LW

When reversed, this would become:

LE U E D N 3W 4S

If you supply a "special string" in parentheses, then the order of the words in parentheses is reversed. This lets you do special actions (eg. NE for NorthEast), and supply the reverse direction.

For example:

4n (se/nw)(in/out)

This would become:

(out/in) (nw/se) 4S


VBscript example

world.note world.ReverseSpeedwalk ("4n3esuwdLW(ne/sw)")


Jscript example

world.note(world.ReverseSpeedwalk ("4n3esuwdLW(ne/sw)"));


PerlScript example

$world->note($world->ReverseSpeedwalk ("4n3esuwdLW(ne/sw)"));


Python example

world.note(world.ReverseSpeedwalk ("4n3esuwdLW(ne/sw)"))


Lua example

Note(ReverseSpeedwalk ("4n3esuwdLW(ne/sw)"))


Return value

The supplied string, with the speedwalk directions reversed as described above.
If there is an error in the speed walk string then the first character of the returned string will be an asterisk ("*"), and the rest will be an English error message.


See Also ...

Topics

Aliases
Auto-mapper
Getting started
Speed walking

Functions

(EvaluateSpeedwalk) Evaluates a speed walk string
(RemoveBacktracks) Removes backtracks from a speed walk string
(SpeedWalkDelay) The number of milliseconds delay between speed walk commands

(Help topic: function=ReverseSpeedwalk)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]