05-25-2018, 12:01 PM
(05-24-2018, 07:36 PM)VinnyVideo Wrote: Yeah, my RPG engine might help you out.
Do you know how to make a global variable? That's how you store a piece of data that you want to be able to use in multiple rooms. You might do something like this:
Code:global.name = "Vinny";
Once you have that working, you'll want to store it using a script like scr_savegame().
I'll be sure to follow on it when i have any free time, and yes, i know global variables. However, for the platforming stuff, i'll have to make that out myself ;_;