I am currently programming a text based game, and I want to save stats like health, gold, etc to a data file, which I know how to do, but, how do I make sure that the health always saves to line one and the gold to line two etc, because if it's not saved that way the input will end up reading the wrong thing, and say if they have 1 gold and 50 health, if it saves in a line, it may read 1 health, 50 gold, etc.