New Features
- Added support for “While” loops to the visual script editor. A “While” loop repeatedly executes a set of statements (connected to the “Do” output) for as long as a specified condition evaluates to true. Once/if the loop completes, the script continues via the “Continue” output.
- Added a “Continue” output to the “Evaluate Condition” visual scripting node to allow continuation of a script after completion of the If/Then/Else logic.
Bug Fixes
- Fixed an issue where multiple nodes could be connected to one input in the visual script editor.