delete_map_event
Delete a specific event from an RPG Maker MZ map using the map ID and event ID. Use dry run to preview changes without modifying the file.
Instructions
Delete an event from a map by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | The ID of the map | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| eventId | Yes | The ID of the event |