I am a beginner and I want to be able to store and load options programmatically from a file, so that the options can be customized by players on the go.
I have tried the following things: I have tried to write the sorted list itself and I have tried to convert it to a string but none of these worked. I have searched using the Google search machine and I have searched on Stack Overflow too, but there wasn't anything of use for me.
Help would be greatly appreciated.