loadWorld
Restore a previously saved fantasy world from JSON data to resume simulation with its complete state.
Instructions
Load a world from previously saved JSON data. Use this when resuming a world from AI context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worldData | Yes | Full JSON data of the world (copy from previous getWorldState or exportWorld result) |