Choices

After paragraph, the Choices block will, most likely, be the most used. It's what allows for player to go from one node/chapter to the other. It can be accessed through the fifth button in the add block buttons area.

When clicked the following options will be presented.

  1. The text for the choice being showed;

  2. The node to jump to when this choice selected;

  3. Button to create a new child node to jump to;

  4. Only show the choice if the player has in inventory a specific item;

  5. Only show the choice if the player has visited a specific chapter;

  6. Only show the choice if the player has NOT visited a specific chapter;

  7. An action to be triggered when selecting this choice (see Functions);

  8. The amount to be inputted to the target (can have negative values).

Last updated