You can add Endings to your story through your Asset List. Each unique Ending will have its own Unique ID (see GOOD_ENDING
in the example below) and can be treated like a variable if you like.
You can use pair this with if/else stacks at the start of new chapters to a reader’s previous chapter ending influence how they start the next chapter, as in the example below.
* [if: GOOD_ENDING] -> :good_chapter_start
* [if: OKAY_ENDING] -> :okay_chapter_start
* [else] -> :bad_chapter_start
GOOD_ENDING
, EVIL_ENDING
are unique identifiers of how you refer to this in your story.Personality tagging enables you to create a personality test that the player is taking behind the scenes with their choices. These will be added up to calculate which ending the player receives.
DRUSILLA
(Nervous)
Something tells me these aren't blood cultists.
* [give: SNARKY] (Smug) That much is obvious.
* [give: INTELLECTUAL] (Confused) Then who are they?
[join]
You should add at least 10 grants for each personality variable in each episode. This means you’ll want to make nearly every choice affect them in some way, with some exceptions.
Never place personality tags on:
Never show personality variables in the HUD.