Code:
int hp[100]
Last time I played games, we didn't need a 100 int array to store their HP... the times have changed I see.

You will probaly want to start looking into binary saving/reading, it isn't as hard as it sounds.