Am I able to allow the user to save their game, as I am making an RPG that will need the ability to save the user's progress. I don't really care how I have to do it, I just need to know how. BTW I am extremely new to PICO-8.
You can poke to 0x5e00 to 0x5eff (256 bytes) or you can use cstore to save to any point on the cart or make a new cart to store (like maybe "<game name> save data")