Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What did you mean by the example you sent? There's 3 digits in the first and 4 in the second.
incrementvar customcommand 0 9 3
It will go from 0 to 9, and it goes (0→3→6→9) every time you press the bound key. Once it's meant to reach higher than the max, it'll systematically goes back to the min and loops as you please.
Yes, it increments each time with the delta var you choose when you press the bound key. You have to take note that incrementvar only works with commands that use one variable .
incrementvar "your command here in quotes" var1 var2 delta
The first var is the minimum, the second var is the maximum, and the third var is the "delta" like they say, but in user-friendly terms, it's the amount which the var is incremented.
Once your var reaches the max, regardless of the delta's amount, it will always go back to 0 and restart again, unless they changed that tiny feature in one of the recent updates.
I encourage trial and errors! You will eventually get it working as you please!