create_map
Create a new map for an RPG Maker MZ game project, specifying the map name, width, and height in tiles. Optionally set a parent map ID.
Instructions
Create a new map in the current project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Map name | |
| width | Yes | Map width in tiles | |
| height | Yes | Map height in tiles | |
| parentId | No | Parent map ID (optional) |