[Solved] Please Help GameSave

I’ve tried all the methods now, nothing worked, everything works except that he saves the game, I don’t want to change much in my game, I’ll show you my events, can you show me what needs to be added for saving, if it doesn’t work this time, I’ll give up, thanks for yours time…

The only problem is that if I leave the game completely, I have to start everything from the beginning

try making a variable string, and make it first at 1, and if the string is greater or equal to 2, it will let you play, and so on

Also making booleans for each and every level is enabled is very pointless and wastes alot of space, just using a number variable like i just said would be more simple and less messy for your variables

I’ve tried everything, unfortunately that didn’t work either, it’s been hanging on it for 2 weeks just to save the game

no matter which method

okay latter ill try to see if i could get it to work myself

okay if you have a solution please share it

Hey again, im not exactly sure if this is what you wanted but this is my example,


Now if the value of the variable is equal or greater than the number of the level and its clicked it will be deleted, i tried this myself and it seems to work, if this doesnt work, tell me whats happening

oh thats not for game saving… ill get into that soon [EDIT]> Now idk if this is exactly what you want but it saves


If you’re problem is that the locks are still in place, just delete them if the number var is a certain amount then that should do, good luck!

Unfortunately it didn’t work I think my GDevelop is broken xd but thanks

Can you tell me what’s wrong? And show a video of all the code? And what happens in the game

I don’t check anything anymore xd but I can make you a video of it now I have a problem that level 1 actually has to light up green but it doesn’t happen after I’ve completed level 1, level 2 doesn’t open I think I’ve broken my game done xd

Alot of times the longer you work on something without deleting all the current code, the more confusing it becomes,

how can i upload the video here

Make a yt vid if u need

so at level one it should be green but it is red when i complete level 1 level 2 does not open. and if I leave the game completely, nothing saves before that, level 2 3 4 …

Youtube video link :

Does everything in my picture example work? You aren’t using the same variable techniques it looks like, I’m not exactly sure what to say

I didn’t take a closer look at your code and the answers.
But quickly created an example, maybe it will help you.
https://workupload.com/file/SwSpPzZH7D7

Thanks but it doesn’t work, I’ll give up and start with unity or something