Hello, I am trying to show players a specific UI after playing a number or random scenes, it works, the event observer redirects me to the UI that I want, I set plays before redirect to 5, but then when I go to main menu to play again, the UI that has the redirect event observer is not showing up at all, how can I make it reset and show up when players play 5 times again?
To make sure that the UI with the redirect event observer shows up again after players have played 5 times, you'll need to reset the counter that tracks the number of plays. If you need help on how to set a pseudocode, let me know.