create_map
Create a new map in an RPG Maker MZ project, setting its name, dimensions, tileset, scroll behavior, and encounter steps.
Instructions
Create a new map in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Map name (shown in editor) | |
| displayName | No | Display name (shown in game) | |
| width | No | Map width in tiles | |
| height | No | Map height in tiles | |
| tilesetId | No | Tileset ID to use | |
| scrollType | No | Scroll type: 0=NoLoop, 1=Vertical, 2=Horizontal, 3=Both | |
| encounterSteps | No | Average steps between encounters | |
| parentId | No | Parent map ID for hierarchy |