Novelty guides and tutorials > Getting started > Conditions and branching

Introduction

Story branches can be achieved in a number of ways. Through threads, interactive menus or through branch actions for instance. In this page we're going to focus on how to set up conditions for your branches.

This is what you see when you select a Branch action. There's a box that shows you the conditions for this branch, but currently there are no conditions set. To edit the conditions simply double-click the conditions box.

The condition editor has a couple of buttons on the left hand side. There's an AND-button and an OR-button. These lets you build complex statements such as (A and B) or (A and (B or C)).

The properties of the currently selected statement can be edited on the right hand side

OR-statements are shifted up a level in the tree view so the condition in the example above can be read as: "If Score is less than 10000 AND Score is either greater than 6000 OR Win is true"



Back to top