03/06/2026
Hi All !
Visual novel Nodal Editor - Learning Session #4 – Available – Variables & Conditional Branching
A new tutorial for Visual Novel Nodal Editor is now available!
After covering the fundamentals in the previous tutorials, Tutorial #4 focuses on one of the most powerful additions introduced in version 1.0.2: Variables and Conditional Branching.
What You'll Learn
In this tutorial, you'll discover how to:
Create and manage variables
Use Global, Story Node, and Dialogue variables
Modify variable values using Set, Add, and Subtract actions
Create conditional branches based on variable values
Use comparison operators such as:
== (Equal)
!= (Not Equal)
> (Greater Than)
< (Less Than)
>= (Greater Than or Equal)
Today we're digging into variables, operations, and conditionnal br...