Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tutorial:writing_your_first_script [2018/07/03 05:53] optrix |
tutorial:writing_your_first_script [2018/07/16 00:11] (current) optrix |
||
|---|---|---|---|
| Line 76: | Line 76: | ||
| The **[[ardiscript:highlightobject|highlight]]** step shown above is an example of a step that needs to be //removed// when you're done. **[[ardiscript:unhighlight|Unhighlight]]** performs this job. | The **[[ardiscript:highlightobject|highlight]]** step shown above is an example of a step that needs to be //removed// when you're done. **[[ardiscript:unhighlight|Unhighlight]]** performs this job. | ||
| + | |||
| + | When a script terminates, it is //cleaned up//. This means that many behaviours - such as the Highlight shown above - will automatically be reversed when the script completes. | ||