create_common_event
Create a common event for RPG Maker MV. Set trigger type (none, autorun, parallel) and assign a switch to activate it. Build event commands and notes.
Instructions
Create a new common event. Trigger types: 0=none, 1=autorun, 2=parallel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Common event name | |
| trigger | No | Trigger type: 0=none, 1=autorun, 2=parallel | |
| switchId | No | Switch ID that activates this event (required if trigger>0) | |
| list | No | Event command list | |
| note | No | Note field |