create_map
Create a new map in an RPG Maker MZ project by specifying name, dimensions, and tileset ID.
Instructions
Create a new map in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| mapName | Yes | ||
| tilesetId | No | ||
| projectPath | Yes |