SLOT_ERASE

This action clears all the save data in the given slot.

Example JSON

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

MGS Natlang

Example

script {
  erase slot 2;
}

Dictionary entry

erase slot $slot:number (;)