Eric Hunter wrote:
say I have all the attributes for a character's progress I want to save in a list and thinking that just saving it to a .txt-type file in plain text then loading it up would sound the easiest.
You could just pickle the list. That's essentially what I used for Natto-Cat.
Aaron