Simple Monologue / Click through text

Hey guys,

I’d like to create a simple monologue or dialogue between two characters.
Everytime you hit the space bar you should see the next paragraph.

How can I do that? With a text array?

Is there a function that tells the system to go through the text step by step, everytime you hit a key?

I don’t want to make this interactive like other dialogue systems out there.

Thanks a lot for your help!

PS: see attached picture: I guess I just need to dynamically change the index number of the array and add +1 every time I hit the space bar?! How can I do that?

Ok, problem solved. Easier than I thought.