I have the Open Level in my BP. I’m wondering if there’s a way to index the levels so I can open them easily. I want to have a “grid” of the levels that shows which has been completed and which has not. Then the player can select to replay any completed level or chose to play the next never-completed level. Each level will have (so far) 2 pieces of info: Completed and Best Time.
I imaging I’ll need a variable for the completed (boolean) and best time (integer)…currently, I have the best time saving for the level…but it uses that best time for both of my levels. Does that make sense? It’s like a single value being stored and not a value for the specific level.
Anyway, that’s the next hurdle:) Always can use the help!