-
-
Notifications
You must be signed in to change notification settings - Fork 5
Decision
Brad Root edited this page Apr 10, 2023
·
1 revision
Decisions are how players can navigate to other pages.
The text of a decision is the tappable display that appears to the player after the page content.
Every Decision needs to lead to another Page.
When you create a new Decision, an empty page is created for you automatically, but you can change the destination to any page in your game.
A Decision may or may not have Rules that govern its appearance.
If you do not set any Rules, that Decision will always appear to the player.
If you set more than one Rule, you can choose whether all the rules must pass, or just any one of the rules must pass.
More complicated Rule matching than "match all" or "match any" is not available and is not planned as a feature of Gamebook Engine.