I'm using the save feature for saving the whole game, but there are some aspects that I would like to override, and for that I'm using Local Storage (being control settings, unlocks, etc.).
I'm trying to use get item for 3 individual keys simultaneously, but it seems only 1 loads correctly. If I disable 2 of them, then the 3rd will load correctly (no matter what the selection is), but if all 3 are enabled seemingly only 1 of them gets loaded.
Am I using it wrong? Can I not use it this way? I want to basically be able to save the options.asjson (dictionary), an unlock.asjson (dictionary), and loadable.asjson (check if you can continue from a saved game), so it wouldn't make sense to group these all into 1 dictionary.
Thanks in advance...