Skip to main content

Save Data

Actions

Game Data Save

Invoke the script that will perform the data processing to save into the selected slot.
Game Data Save
Save current game data to SRAM or Flash. Requires cartridge type with SRAM or Flash and selecting the type on settings.
Save Slot
Slot 1
Slot 2
Slot 3
Script
My Custom Script
  • Save Slot: The save slot to use.
  • Script: The script that will perform the data processing.

Game Data Load

Invoke the script that will perform the data processing to load from the selected slot.
Game Data Load
Load game data from SRAM or Flash.
Save Slot
Slot 1
Slot 2
Slot 3
Script
My Custom Script
  • Save Slot: The save slot to use.
  • Script: The script that will perform the data processing.

Game Data Remove

Remove any previously saved game data in the selected slot.
Game Data Remove
Clear all saved game data from memory.
Save Slot
Slot 1
Slot 2
Slot 3
  • Save Slot: The save slot to use.

Process

Game Data Process

Process the selected variables for loading or saving.
Game Data Process
Variables
$Variable0
  • Variables: The list of variables to process, to either load or save.

Game Data Process Array

Process the selected array for loading or saving.
Game Data Process Array
Array Slot
1
2
3
4
  • Array Slot: The array slot to use.

Control Flow

If Game Data Saved

Conditionally run part of the script if save data is present within the specified save slot.
If Game Data Saved
Save Slot
Slot 1
Slot 2
Slot 3
Run if player has saved a game.
True
Add Event
  • Save Slot: The save slot to use.