So i'm doing a rpg, in which there's a character selection.
when you choose a character, it changes the number of a counter to something. in my case its 7.
so you start the game, and there's a counter that uses the same number saved previously, which is 7.
so, if counter is equal 7: make the character you selected appear in it.
what i'm doing is VERY specific so i'm trying to explain the best way.
TL;DR:
How to make a counter from one frame use the current number of a counter of another frame?
i tried using files, but some serious problems happened.