load_save
Load a saved game by its index from the most recent save list. Reloads the entire game state; verify with get_game_overview after 10 seconds.
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 |