Having trouble with goto/gosub commands

Hello all

I wondering if I can get an explanation as to why both these commands don’t break the page in one instance, but instead piles on the page i’m trying to break.

The one instance that these commands have worked was during choice command.

Ex. *choice
#selection
*goto_scene Sidechoice

      **Works**

Ex. Body Text
*goto_scene Sidechoice

  **Text piles/attaches to the same page**

If you want to have a page break, use *page_break right before the command.

2 Likes

Resolved thank you so much! :slight_smile:

1 Like