— nvm the coins I figured it out. What I want most is the shop. I want to know how to make the game save a player buying a character, so they dont have to buy it twice. I would also like to know how to make the bought character equipable.?
Sounds like you will just need to setup instance variables and check those variables. For example, boolean called 'bought' and if bought then don't show in shop but show in inventory and make it able to select.
I have tried tutorials, but they're too complicated and I spent a long time searching the forum for similar requests
Don't say it is 'too complicated'. That just means you have more to learn but makes you sound like you don't want to put any effort into it. It will make people not want to help you.
You also should to tell everyone what you have tried and what part isn't working. Many people will gladly help you and make suggestions when they hear what you have tried. But no one wants to build a whole project for you.
Are you using instance variables for the items?