SLOT_SAVE

This action saves the game state into the current slot (the last slot loaded).

It is not possible to write save data into an arbitrary slots, nor is it possible to copy data from one save slot into another.

Example JSON

{
  "action": "SLOT_SAVE"
}

MGS Natlang

Example

script {
  save slot;
}

Dictionary entry

save slot (;)