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