Difference between revisions of "Speedwalk Recorder Script"
Jump to navigation
Jump to search
(initial creation) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
| By || <!-- handle|alias|name --> [[User:Demonnic|Demonnic]] | | By || <!-- handle|alias|name --> [[User:Demonnic|Demonnic]] | ||
|- | |- | ||
− | | Download || <!--wiki page link|download link|webpage link --> [https://forums.mudlet.org/download/file.php?id= | + | | Download || <!--wiki page link|download link|webpage link --> [https://forums.mudlet.org/download/file.php?id=2171 Mudlet Forums] |
|- | |- | ||
| Dependencies || <!-- any package dependencies|mudlet version requirements --> Mudlet 4.17 | | Dependencies || <!-- any package dependencies|mudlet version requirements --> Mudlet 4.17 | ||
Line 12: | Line 12: | ||
= Description = | = Description = | ||
− | Records a speedwalk with the ability to play back, and in reverse. Makes use of the speedwalk() function | + | Records a speedwalk with the ability to play back, and in reverse. Makes use of the speedwalk() function. |
= Usage = | = Usage = | ||
Line 28: | Line 28: | ||
;rwalk <name of speedwalk route to reverse> | ;rwalk <name of speedwalk route to reverse> | ||
+ | |||
+ | To set your preferred delay: | ||
+ | |||
+ | ;delaywalk | ||
+ | |||
+ | To see a list of saved speedwalks with clickable links; | ||
+ | |||
+ | ;lwalk | ||
+ | |||
+ | To remove a speedwalk; | ||
+ | |||
+ | ;removewalk <name of speedwalk route> | ||
See also: [https://forums.mudlet.org/viewtopic.php?f=6&t=3295 Mudlet Forums] | See also: [https://forums.mudlet.org/viewtopic.php?f=6&t=3295 Mudlet Forums] |
Revision as of 09:42, 28 June 2024
Game | non-mud specific |
By | Demonnic |
Download | Mudlet Forums |
Dependencies | Mudlet 4.17 |
Description
Records a speedwalk with the ability to play back, and in reverse. Makes use of the speedwalk() function.
Usage
- speedrecord <name of speedwalk route>
This begins the recording. When you do this, it activates an alias which consumes everything you put in the command line and adds it to the route it is recording. When done, type
- stopRecording
and it will end the recording mode and add the route to the list of routes it knows. To walk the route:
- swalk <name of speedwalk route>
And if you want to walk it in reverse:
- rwalk <name of speedwalk route to reverse>
To set your preferred delay:
- delaywalk
To see a list of saved speedwalks with clickable links;
- lwalk
To remove a speedwalk;
- removewalk <name of speedwalk route>
See also: Mudlet Forums
Examples
> speedrecord home_to_bank
-- enter commands to go to the bank; eg. w,n,n,e,e,e,s
> stopRecording