Hello,
I’m trying to create a game with a linear story using the knowledge learned in the Terminal Hacker class.
I would like to understand how I can apply OnUserInput to different screens, for example:
Menu> type Start> Screen 1
Screen 1> type something> screen 2
I tried to use OnUserInput but it only applies to the home screen.
Thank you!