I would like some help with this. I am working on an RPG-esque game and would like to know how to save these variables
MaxHP = 100;
MaxMP = 55;
Gold = 100;
armorHelm = 1;
armorChest = 1;
armorLegs = 1;
weapon = 1;
I know i’m a little bit of a flash guru myself but this coding has been something that has always given me trouble.
I want to know how to save the data AND load it back with buttons.
Thanks in return