Forward (Slash Command): Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (++ modifier) |
imported>Eabrace (correcting modifier usage) |
||
Line 2: | Line 2: | ||
{{SlashCommandArticle|command=forward|options=integer|note=If ''integer'' = 0, stop moving forward. If ''integer'' > 0, move forward. | {{SlashCommandArticle|command=forward|options=integer|note=If ''integer'' = 0, stop moving forward. If ''integer'' > 0, move forward. | ||
When used with the plus (+) modifier, | When used with the plus (+) modifier, move forward with keypress, and stop with key release. | ||
:{{slashcommand|bind}} w "+{{bindcommand|forward}}" | :{{slashcommand|bind}} w "+{{bindcommand|forward}}" | ||
When used with two plus modifiers, | When used with two plus modifiers, acts as a toggle. | ||
:{{slashcommand|bind}} w "++{{bindcommand|forward}}" | :{{slashcommand|bind}} w "++{{bindcommand|forward}}" | ||
}} | }} | ||
{{Movement Commands NavBox}} | {{Movement Commands NavBox}} |
Revision as of 05:40, 9 December 2008
Slash Command
/forward integer
If integer = 0, stop moving forward. If integer > 0, move forward.
When used with the plus (+) modifier, move forward with keypress, and stop with key release.
When used with two plus modifiers, acts as a toggle.