Hey there!
For my savegame I will most likely use a dictionary to json on local storage. I will need to save about 20-50 variables/values.
Now I'm thinking whether I should load the dictionaries contents into global variables after loading or just call (get) them from inside the dictionary.
These will be values like room_id, nickname, settings etc. .
What are the benefits over one another? I came across this old thread where Kyatric mentions that with dictionaries you can do some "string manipulation". Does anyone have an example for this?
Thank you in advance!