Sorry for the bad title, I couldnt think of a good one. I have a system for a scene, and it only works if you have $toggle == 1
So the scene works like
if $toggle == 1
stuff here
else
end
Now I want to know how to save that option. So when the user reloads the game, it doesnt reset. Anyone know how?
So the scene works like
if $toggle == 1
stuff here
else
end
Now I want to know how to save that option. So when the user reloads the game, it doesnt reset. Anyone know how?