This would do:
receive('/SCRIPT', `setVar("button_id", "primed", 1)`)
Then use VAR{primed}
to define the appearance of the button, and make sure to reset the variable when needed.
This would do:
receive('/SCRIPT', `setVar("button_id", "primed", 1)`)
Then use VAR{primed}
to define the appearance of the button, and make sure to reset the variable when needed.