create_project
Create a new RPG Maker MZ project by specifying its name and directory path.
Instructions
Create a new RPG Maker MZ project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| path | Yes | Project directory path | |
| mapWidth | No | Initial map width (default: 17) | |
| gameTitle | No | Game title (optional) | |
| mapHeight | No | Initial map height (default: 13) |