Speedwalk Recorder Script

From Mudlet
Jump to navigation Jump to search
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, and uses a 0.4 second delay as written. It should remember speedwalks between restarts.

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>

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