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.
Show Notification
The show notification action allows you to show notifications to the user while executing a script. The can for example be useful if a train is approaching and no empty track is available at the station.
Last updated
Was this helpful?