I set a list, and I want the game can load the value from a dictionary and show it to the list I set.
I know how to save keys and values to a dictionary. But I don't know how can let the game load it automatically.
Especially it is players who create something, and the system can save it to a dictionary, instead of I set them when I develop the game. I need the system show what players created, and importantly, players can chose it from a list to create another things.
Looking for help...