Template:Movement Options: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* ''String'' can be either "0" or "1"
* ''String'' can be either "0" or "1", separated by a space or comma.
* Alternately, the prefixes "+", or "++" can be added to the beginning of the command.  
* Alternately, the prefixes "+", or "++" can be added to the beginning of the command.  


Line 18: Line 18:
|}
|}


* The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are bound to keys or mouse buttons.
* The "+" and "++" options are intended to be used with commands that are bound to keys or mouse buttons.
* The "1" and "0" options must be placed after the command separated by a space or comma.

Revision as of 23:02, 25 July 2022

  • String can be either "0" or "1", separated by a space or comma.
  • Alternately, the prefixes "+", or "++" can be added to the beginning of the command.

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

The command behaves differently depending on the option that is used:

Option Behavior
+ Activates the command while the key or button is pressed, deactivates when the key or button is released.
++ Toggles the command on and off with each press of the key or button.
1 Activates the command indefinitely, until it is disabled.
0 Disables the command.
  • The "+" and "++" options are intended to be used with commands that are bound to keys or mouse buttons.