How do I make a text end or skip?

I don’t know how to figure out how to skip a text when pressing a skip button and skips the auto type to the end of the text.

1 Like

It is not clear how your text is displayed, more information is needed. If we consider the situation in general, then there are the following options:

  • Add a handler by pressing a button, in which to implement the transition from text to game (if your text is displayed on a separate screen).
  • If you have conditions that some transition occurs after the output of all the text, then add a handler for pressing the button, in which the entire text is added at once.
  • Add a button handler, which will set the variable (for example, with the name SkipText). In the code, check the value of this incremental and go.