Jump to content
  • 0

Using a + operator in console


Question

Posted

Is there any way to use a + or add function to add 2 numbers in console?

bind uparrow "volume volume + 0.1"

bind downarrow "volume volume - 0.1"

or

my_variable 0.2

bind uparrow "my_variable + 0.1; volume my_variable"

bind downarrow "my_variable - 0.1; volume my_variable"

or anything like that.

i know i could make a bunch of aliases and rebind uparrow and downarrow every time i press them, but that's a pretty messy work around.

2 answers to this question

Recommended Posts

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...