QML - Create Your Own Adventure

Quick Help

States in QML are a way to store facts about the quest. For example, you can retrieve user input and store the player name. Or you can have a number memorizing how much gold the player collected. Or you can simply have flags that tell you if the player has made this choice before, and if so have it not show up.

For more information, please see the tutorial on states.