I am making a dress up game where the players pick the skin and it is saved for the next scene etc .I have a global variable skinselect but on the next scene everything is reset sorry if its a duh question im very new
You would want to use global variables
But i say eventually you will want to make real save so you can close your game and open it again and your progress is saved/loaded
And that will again lead into global variables but also using storage
Honestly I just want the skin choice to be saved to the next scenes not after they close it, I’m using tutorials but i haven’t found one for this specific case where i just need the choice to transfer to the next scenes
Then all you need is to use global variables