I'm using this script in order to work my text boxes and NPC interaction in my video game. This makes it so that when the player presses Enter (or whichever singular command), it moves through text and locks a player into interaction. This is all working fine for me.
What I'm wondering is whether it's possible to include a slab of text which... Okay I'm having trouble trying to explain this.
Say for example, one NPC asks:
"What do you need help with?"
And the player is given the option to:
"Instructions
Save
Load
Quit"
What they say isn't important, but each different command leads to a different section of text. Is it possible to align a script so that pressing 1 will select the "Instructions" option, pressing 2 will select the "Save" option etc etc, while still maintaining the option of pressing Enter to scroll down?
TL;DR: Is there at all any way to have an in-game menu with selectable options?