add_event
Create new events on RPG Maker MZ maps by specifying coordinates, IDs, and names to build interactive game elements and narrative content.
Instructions
Add a new event to a map
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID | |
| map_id | Yes | Map ID | |
| name | Yes | Event name | |
| project_path | Yes | Path to the RPG Maker MZ project directory | |
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |