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 (;)
This action clears all the save data in the given slot.
{
"action": "SLOT_ERASE",
"slot": 2
}
script {
erase slot 2;
}
erase slot $slot:number (;)