create_map_event
Add a new event to an RPG Maker XP map at given coordinates. Optionally define event pages to control its behavior; otherwise a default empty page is created.
Instructions
Create a new event on a map. If pages are omitted, a default empty page is created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| name | Yes | ||
| mapId | Yes | ||
| pages | No | Optional RPG::Event::Page objects |