SLOT_LOAD

This brings the save data associated with that slot into RAM.

The slot is set to 0 by default.

Example JSON

{
  "action": "SLOT_LOAD",
  "slot": 2
}

MGS Natlang

Example

script {
  load slot 2;
}

Dictionary entry

load slot $slot:number (;)