Autorun (Slash Command): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
|} | |} | ||
Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off. | * Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off. | ||
* By default, the command is bound to the R key as <code>++autorun</code>. | |||
==Examples== | ==Examples== |
Revision as of 02:24, 26 July 2022
Slash command
/autorun string
Toggles autorun
- String can be either "0" or "1"
- Alternately, the prefixes "+", or "++" can be added to the beginning of the command.
- Autorun can be turned off by using /autorun with [+, ++, or 0] or by using any of the following movement commands:
/forward | /backward | /left | /right | /clicktomove | /forward_mouse |
- Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off.
- By default, the command is bound to the R key as
++autorun
.
Examples
/+autorun Toggle autorun while key is pressed /++autorun Toggles autorun on or off with each key press /autorun 1 Turns on autorun indefinitely /autorun 0 Turns off autorun indefinitely /bind R "autorun 1$$emote flypose1" The letter R will force autorun on and attempt to activate the flypose1 emote.