set_user_variable
Set a user-specific variable in grandMA2 console. Supports numeric, text, or delete values, with optional input dialog for text.
Instructions
Set a user-profile-specific variable (SetUserVar).
Args:
var_name: Variable name (should start with $)
value: Numeric, text, or None to delete the variable
input_dialog: If True (string values only), prompt with an input dialog
Returns:
str: Operation result message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| var_name | Yes | ||
| value | No | ||
| input_dialog | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |