Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

RPG in a Box

Bring your stories and ideas to life! · By Justin Arnold

Release Notes for v0.4.9.18-alpha

A topic by Justin Arnold created Jun 12, 2018 Views: 97
Viewing posts 1 to 1

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.