create_entity
Create a new entity, such as an actor, item, or enemy, in an RPG Maker MZ project. Provide the entity type and JSON data including a name to add it to your game's database.
Instructions
Create a new entity. Provide the entity data as a JSON object. Required: name. Other fields use defaults if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Entity data (JSON object). Must include "name". | |
| entityType | Yes | Entity type to create |