Hello everyone. It was quite a long time since my last post (over 3 years!), isn't it? Anyways, I think that I plan on getting back to PICO-8 and try to make a game. Again. I already have an idea in my mind what I will make so it would be pretty much impressive, especially after so much stuff that was discovered and added in this amazing fantasy console.
Also Picotron looks really interesting even at such early state. Though, I currently have neither money (not that I'm broke, just I barely became 18 and don't have too much time and energy even for part-time) and patience (few last years kinda damaged my mental health, I think) and time (because I have final exams to prepare for and pass, since I want to go to university) to afford it.
Also I want to change my PFP from Mortis to something else. And maybe should try to make a REAL game for Steam release.
Oh, and my English got majorly improved as well since then!
Anyways, thanks for reading.
I have a question about the reload() function
this function allows you to load a region of data from the original cartridge, or another cartridge, into memory.
Now reading from wiki: "If the optional filename argument is provided, reload() will attempt to load from that cartridge file, which does not need to be the currently loaded cartridge. You can use this to store large amounts of game data over multiple cartridges."
I want to load a data from another cartridge, but it isn't posible to load a data using bbs id or filename when uploaded to bbs.
What I should do to make possible to load data from another cartridges using reload()?
(Sorry fo bad english)


