Difference between revisions of "Forward (Slash Command)"
From Paragon Wiki Archive
(New page: ==Slash Command== {{SlashCommandArticle|command=forward|note=Move forward.}}) |
m |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
==Slash Command== | ==Slash Command== | ||
− | {{SlashCommandArticle|command=forward|note= | + | {{SlashCommandArticle|command=forward|options=integer|note=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. | ||
+ | :{{slashcommand|bind}} w "+{{bindcommand|forward}}" | ||
+ | |||
+ | When used with two plus modifiers, acts as a toggle. | ||
+ | :{{slashcommand|bind}} w "++{{bindcommand|forward}}" | ||
+ | }} | ||
+ | |||
+ | {{Navbox Movement}} |
Latest revision as of 05:11, 9 July 2012
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.
- /bind w "+forward"
When used with two plus modifiers, acts as a toggle.
- /bind w "++forward"
|