Structure
This chapter describes the actions you have to structure your scripts, to make them more generic and flexible to reuse.
Execute Script
This allows you to execute another script as part of the current script. This allows you to reuse a script on multiple places.
Set Flags
Flags can be set on different scopes. This action allows you to set the flags on script level. The flags you set as long as the script is running or until the next instance of the "set flags" action.
Last updated