trigger · add_to_temp_variable
Definition
- Supported scope:
any - Supported target:
none
Description
Adds a value, a variable, or a [math expression](script_math_expression.md) to a temporary variable.
### Examples
add_to_temp_variable = { num_dogs = 42 } add_to_temp_variable = { num_dogs = { value = num_cats multiply = 2 } }