Difference between revisions of "Autorun (Slash Command)"
From Paragon Wiki Archive
(Started Movement Commands category) |
(+link and expand) |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
{{SlashCommandArticle|command=autorun|note=Toggles autorun}} | {{SlashCommandArticle|command=autorun|note=Toggles autorun}} | ||
+ | |||
+ | Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off. | ||
+ | == Example == | ||
+ | * {{slashcommand|autorun|prefix=+}} | ||
+ | *: toggle autorun while key is held {{orange|right?}} | ||
+ | * {{slashcommand|autorun|prefix=++}} | ||
+ | *: toggle autorun with each key press | ||
+ | * {{slashcommand|autorun}} 1 | ||
+ | * {{slashcommand|autorun}} 0 | ||
+ | *: Force autorun on (1) or off (0) | ||
+ | * {{slashcommand|bind}} R "{{bindcommand|autorun}}1 $$ {{bindcommand|emote}}flypose1" | ||
+ | *: The letter R will force autorun on and attempt to activate the flypose1 [[emote]]. | ||
+ | |||
+ | == Related == | ||
+ | {{Movement Commands NavBox}} | ||
[[Category:Movement Commands]] | [[Category:Movement Commands]] |
Revision as of 23:29, 8 January 2009
Overview
- /autorun
Toggles autorun
Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off.
Example
- /+autorun
- toggle autorun while key is held right?
- /++autorun
- toggle autorun with each key press
- /autorun 1
- /autorun 0
- Force autorun on (1) or off (0)
- /bind R "autorun1 $$ emoteflypose1"
- The letter R will force autorun on and attempt to activate the flypose1 emote.