apply_map_patch
Apply DSL commands to modify RPG world maps, enabling structure placement and terrain changes for game session customization.
Instructions
Apply DSL commands to modify the world map. Use find_valid_poi_location first for structure placement. Example: { "worldId": "id", "script": "ADD_STRUCTURE..." }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worldId | Yes | The ID of the world to patch | |
| script | Yes | The DSL script containing patch commands. | |
| sessionId | No |