So I have been making an anomaly game like Exit 8. Where if you go forward you are saying there is no anomaly on the level and if you go back you are saying there is an anomaly. I have the main level and then once they reach the back door they get transported to a random level from an array. These levels are all programmed like this with just the two doors. If you make the right choice you go to another level and if you go through the wrong door you go back to the first level. How do I make it to where once you go through 8 levels from this array, you beat the game? (get transported to the end screen level)
1 Like
Keep the counter in the game instance
1 Like
