Autorun (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Slash command==
==Slash command==
{{SlashCommandArticle|command=autorun|note=Toggles autorun}}
{{SlashCommandArticle|command=autorun|options=string|note=Toggles autorun}}


 
* ''String'' can be either "0", "1", "+", or "++".
 
 
 
 
 
== Overview ==
{{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.
Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off.


* {{slashcommand|autorun|prefix=+}}
==Examples==
*: toggle autorun while key is pressed
{{slashcommand|autorun|prefix=+}}
* {{slashcommand|autorun|prefix=++}}
     toggle autorun while key is pressed
*: toggle autorun with each key press
{{slashcommand|autorun|prefix=++}}
* {{slashcommand|autorun}} 1 (the same as "++")
    Toggles autorun on or off with each key press
* {{slashcommand|autorun}} 0
{{slashcommand|autorun}} 1
*: Force autorun on (1) or off (0)
    Turns on autorun indefinitely
* {{slashcommand|bind}} R "{{bindcommand|++autorun}}$${{bindcommand|emote|flypose1}}"
{{slashcommand|autorun}} 0
*: The letter R will force autorun on and attempt to activate the [[Guide to Flight Poses|flypose1]] [[emote]].
    Turns off autorun indefinitely
 
==Example==
{{slashcommand|bind}} R "{{bindcommand|autorun|1}}$${{bindcommand|emote|flypose1}}"
/autorun 1
The letter R will force autorun on and attempt to activate the [[Guide to Flight Poses|flypose1]] emote.






{{Navbox Movement}}
{{Navbox Movement}}

Revision as of 06:41, 21 July 2022

Slash command

/autorun string

Toggles autorun

  • String can be either "0", "1", "+", or "++".

Using the "+" or "++" prefix will toggle autorun. Using an integer after the command will force autorun on or off.

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.