So I’m trying to use Hybrid Choices to manipulate “settings” within the game. I’ve got the following, which works well enough (room/description of room not included). I want the options to appear before the banner, with the banner happening afterwards. This works, but the prompt/options appear twice. Once I select an option, the rest proceeds as intended. What can I do to fix this?
code
Include Hybrid Choices by AW Freyr.
The display banner rule is not listed in the startup rulebook.
player age is a text that varies. player activity is a text that varies.
age selection is a page. "You are...".
when play begins:
switch to cyoa at age selection.
child is a page.
"A small and happy little kid.".
the cdesc is "a child.". it is for age selection.
a page-toggle rule for child:
now player age is "child";
now player activity is "playing".
it flips to game start.
adult is a page.
"An adult, trekking through the daily slog.".
the cdesc is "an adult.". it is for age selection.
a page-toggle rule for adult:
now player age is "adult";
now player activity is "working".
it flips to game start.
game start is a page.
it is an end-page.
a page-toggle rule for game start:
say "[banner text]".