update_state
Update properties of an existing state in RPG Maker MZ, such as name, icon, or turn duration.
Instructions
Update an existing state's properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | State ID to update | |
| name | No | ||
| iconIndex | No | ||
| minTurns | No | ||
| maxTurns | No |