Scripting Block

Overview

This is the most basic bloc for scripting as it just need a script inside and will be called if its source updates or if it is called with an other script command.

Example

  • Using a script as children :
    In this example, an extractor is used to call the script each time it is refreshed (user changes its cursor value), and the value will be printed in a label :



  • Calling a script from another script :
    Simply use the following code :