effect · multiply_variable
Definition
- Supported scope:
any
- Supported target:
none
Description
Multiplies a variable by a value, another variable, or a [math expression](script_math_expression.md).
### Examples
multiply_variable = { num_dogs = 2 }
multiply_variable = {
num_dogs = { value = num_cats add = 1 }
}