Create a variable or set its starting value
set_variableDeclare a project-wide variable with a starting value; variables are also created automatically when first mentioned in a script.
Instructions
Declares a project-wide variable with a starting value. Variables are also created automatically the first time a script mentions them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | No | Starting value, default 0 |