update_map_tile
Modify specific tiles on RPG Maker MZ maps by setting tile IDs at precise coordinates and layers to customize game environments.
Instructions
Update a tile on a map
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | Yes | Layer index (0-5) | |
| map_id | Yes | Map ID | |
| project_path | Yes | Path to the RPG Maker MZ project directory | |
| tile_id | Yes | Tile ID from tileset | |
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |