Autorun (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{SlashCommandArticle|command=autorun|options=string|note=Toggles autorun}} | {{SlashCommandArticle|command=autorun|options=string|note=Toggles autorun}} | ||
* ''String'' can be either "0" | * ''String'' can be either "0" or "1" | ||
* Alternately, the prefixes "+", or "++" can be added to the beginning of the command. | |||
* Autorun can also be turned off by using any of the following movement commands: | |||
Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off. | ::{| style="border-style: solid;" cellpadding="5" | ||
|{{slashcommand|forward}} | |||
|{{slashcommand|backward}} | |||
|{{slashcommand|left}} | |||
|{{slashcommand|right}} | |||
|{{slashcommand|clicktomove}} | |||
|{{slashcommand|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 <code>++autorun</code>. | |||
==Examples== | ==Examples== | ||
{{slashcommand|autorun|prefix=+}} | {{slashcommand|autorun|prefix=+}} | ||
| Toggle autorun while key is pressed | ||
{{slashcommand|autorun|prefix=++}} | {{slashcommand|autorun|prefix=++}} | ||
Toggles autorun on or off with each key press | Toggles autorun on or off with each key press | ||
Line 17: | Line 29: | ||
{{slashcommand|bind}} R "{{bindcommand|autorun|1}}$${{bindcommand|emote|flypose1}}" | {{slashcommand|bind}} R "{{bindcommand|autorun|1}}$${{bindcommand|emote|flypose1}}" | ||
The letter R will force autorun on and attempt to activate the [[Guide to Flight Poses|flypose1]] emote. | The letter R will force autorun on and attempt to activate the [[Guide to Flight Poses|flypose1]] emote. | ||
{{Navbox Movement}} | {{Navbox Movement}} | ||
[[Category:Movement Commands]] | |||
[[Category:Slash Commands]] |
Latest revision as of 15:54, 28 December 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 also be turned off by using any of the following movement commands:
- 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.