Script Downloader allows you load external Javascript libraries. This is useful for integrating third party libraries in your Javascript nodes.
You simply specify the path to the script that are to be loaded. When they are loaded and sources a signal will be sent on the Loaded output.
Load on start
If enabled the scripts are loaded on start. If not you need to explicitly send a signal to Load.
Script 0..N
The scripts to be loaded. They are loaded in order so scripts can use definitions from earlier scripts.
Load
If Load on start is disabled you need to explicitly send a signal here to load the scripts.
Loaded
A signal that is sent when all scripts are loaded.