-
INI Help
Hello all, I had a few questions about the INI object, and some possible methods of what I need to do. I've successfully saved/loaded a few things, but the method I'm using doesn't work.
Items to save (Global Values):
-Level
-XP
After a level is cleared, XP is added with a PopUp event (pops up information about the previous game). If the XP becomes greater than the max XP for that level, 1 is added to the level.
I made events that saved these values into the INI.
But, when I made an event that loaded these INI values into the Global Values, they seemed to conflict and I ended up with weird values.
Anyone have an idea of a method I could use to where it saves once the game over event runs, and reloads at the start of frame?
Thanks.
-
My tests seems to work so we must be doing something differently.
Can you make a small example file that demonstrates this?
-
I am going to try a few other methods as I've come up with some ideas since this post. If they fail then I'll update you.