This skill will execute a script when a variable has changed.
+ How To Add This Control To Your Project (Click to Expand)
Manual
This skill will execute a script when a variable has changed. Add the variable to watch, and a respective script. When the variable has changed, the script will run.
Main Window
1. Status Display
Displays variable changes.
Configuration
1. Variable Name Field
Enter in a variable name.
2. Script Field
Enter in a script that you would like to execute when the variable changes.
3. Row Manipulation Buttons
Move, Delete, Insert, or Append the rows that you have entered.
How to Use On Variable Changed
1) Add the On Variable Changed Skill (Project -> Add Skill -> Scripting -> On Variable Changed).
2) Configure the skill, add variables and corresponding scripts in the skill's configuration window.
3) Now modify a variable, when it is modified, the respective script will execute.