05-24-2018, 07:36 PM
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:
Once you have that working, you'll want to store it using a script like scr_savegame().
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().
Course clear! You got a card.
![[Image: CourseClear.gif]](https://dl.dropbox.com/s/d5mcpm4nmt0gd14/CourseClear.gif)
![[Image: CourseClear.gif]](https://dl.dropbox.com/s/d5mcpm4nmt0gd14/CourseClear.gif)