From the wonderful RedGuides Wiki
This command is added by MQ2AdvPath
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/record [save|checkpoint] <name>
|
Description
|
handles path recording, including optional checkpoints. Alias: /arecord
|
|
Options
Option |
Description |
(no options) |
begins recording a path with default options |
save <PathName> ## |
Records a path and saves it to the specified name. ## is the distance between checkpoints. The lower the number, the more checkpoints. e.g.
/record save pathname 30 |
Checkpoint <checkPointName> |
records checkpoint to the specified name |
Examples
See also