GH5T
2
If all the matches or games have a specific amount of rounds, you would want to set a global state (outside of the RG) that can handle which round you have selected. When a user goes to a new game, set it back to one. That’s a simple method I could think off right off the bat.
Now another thing you could do to keep memory of which round is selected, you can use LocalStorage / Cookies to keep track of that. I use my Toolkit plugin to accomplish stuff like this.