load_save
Load a previously saved game by its index in the save list, allowing you to revert to an earlier state.
Instructions
Load a save file by index from the most recent list_saves() result.
Args:
save_index: Index number from list_saves output (1-based)
The game will reload entirely. Wait ~10 seconds after calling this,
then use get_game_overview to verify the loaded state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |