effect · subtract_from_variable
Definition
- Supported scope:
any - Supported target:
none
Description
Subtracts a value, a variable, or a [math expression](script_math_expression.md) from a variable.
### Examples
subtract_from_variable = { num_dogs = 5 } subtract_from_variable = { num_dogs = { value = num_cats multiply = 2 } }