When players reach chapter ends of branching stories. There are 3 sections:

Why are Key Decisions important?

Key Decisions

Certain choices will drastically affect the story by:

In these instances, we can add a line of code to mark the decision as “key,” allowing us to display it to the player at a later time, and compare their choice against the community’s.

To learn more about how to design great key decisions, check the choice guide here!

Initialize Key Decisions

| Paths | FATE_MARCUS               | What did you do to Marcus?
|       | FATE_MARCUS.killed_marcus | You killed Marcus
|       | FATE_MARCUS.spared_marcus | You spared Marcus