add_choice
Add a choice selection to an RPG Maker MZ event, specifying options, cancel behavior, and insertion position.
Instructions
Add a choice selection to an event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | ||
| eventId | Yes | ||
| options | Yes | Choice options | |
| pageIndex | Yes | ||
| cancelType | No | Cancel behavior: -1=disallow, 0-n=branch to option | |
| projectPath | Yes | ||
| insertPosition | Yes |