The first time you play the game the variable is false, so you start at the first level; then If you do a certain thing the variable is set to true, then if you reset the game the variable goes back to false, but how do I set it so after the reset the variable remains the same? So like if you reset and the variable is true you start at a different level then if it wasn’t?
There is a save extension that does exactly that. It’s called the settings extension and you can find it by clicking the extension button in the toolbox then selecting the option for said extension.
You can use the settings extension! For whatever reason though, you cannot save booleans. Here is an example of it being used (press b to see it again):
This is perfect for the Settings extension, which lets you save values in permanent memory. I would look at some example projects to see how to use it. Here’s one!
This feels like one of those questions that like 6 people are going to answer, but hopefully they will see that I reacted and will know that I’m answering it…