save_game_state
Save the current game state to a numbered slot. Optionally include metadata like player name or level to organize saves.
Instructions
Save the current game state to a numbered slot with optional metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | Yes | Save slot number (0-99) | |
| metadata | No | Optional metadata to store with the save (e.g. player name, level, timestamp) |