delete_event
Removes a specified event from an RPG Maker MZ map using its map ID and event ID. Use it to clean up maps or delete unwanted events programmatically.
Instructions
Delete an event from a map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | Map ID | |
| eventId | Yes | Event ID to delete |