I have looked for a way to achieve what I want and have found some similar things. But, it doesn’t quite work the way I want it to.
This is what I want to achieve:
(1) I want the player to be presented with text, like so:
When Event begins:
say “This.”;
wait for the SPACE key;
say “[line break]This.”;
wait for the SPACE key;
say “[line break]This.”;
It doesn’t work beyond the two first paragraphs and I don’t know why. I also want to be able to have many line breaks, i.e. many paragraphs in a single say.
(2) I want the player to be presented with a message like “Hit space to continue.”
(3) Then finally I want the player to arrive in a room. I think you say something like move player to, but I’d like to see it incorporated with the other things.
I would also be interested to know more about events, how to give the player options to choose from, and how to use player input etc.
Thank you for your time.