I’m trying to use the *input_number tool, but for the task I’m using it for, the minimum number needs to be a negative number. Unfortunately, when I try to set the minimum number as a negative number, it doesn’t seem to work. For example:
*input_number strength 0 10
works just fine, but:
*input_number strength -10 10
comes up with the error, “startup line 35: Invalid expression at char 10, expected NUMBER, STRING, VAR or PARENTHETICAL, was OPERATOR ”
Anybody know if there’s any way to allow the minimum value on an *input_number to be a negative number?