SuperSmashbroFanX wrote: ↑Thu Jan 30, 2020 6:51 pm
I’m not using stars in my episode though. What’s a global variable???
SaveData table and GameData table is a table that can be filled with variables that are saved between levels (aka global variables). The difference between SaveData and GameData is that GameData got discarded after a game session ends (example: when the player exit to main menu), while SaveData doesn't get discarded after a game session ends, which is more useful for progression.