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