Press Button to Continue Sequence

The answer to this depends on how the dialogue system works. How do you store and handle data?


At the most fundamental level, you’d have an integer iterator variable, increase it by one on input, have it fetch an array entry and push it into a widget.

1 Like