create_map
Create a new map in your RPG Maker MZ project by specifying map ID, name, and dimensions to build game worlds and environments.
Instructions
Create a new map in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | No | Map height in tiles (default: 13) | |
| map_id | Yes | Map ID number | |
| name | Yes | Map name | |
| project_path | Yes | Path to the RPG Maker MZ project directory | |
| width | No | Map width in tiles (default: 17) |