i need to make a save game type of thing where there is a set save point, what it has to save is:
1.What form the player is on
2.What wepon he has equiped (Im making it so that when the player equips a new wepon, it is put into a label, so i only have to save the label caption)
3.The players level (Same as above)
4.The players health (" " ")
5.The party thats with the player (im not sure how im doing that yet)

i also have to make a system for loading a game (when it loads all it does is load the form, and load the captions in, not sure about the players party.) Can anyone help me with these things?