update_actor
Update actor properties in RPG Maker MZ by providing an actor ID and a set of changes. Use dry-run to preview a diff before applying updates.
Instructions
Update an actor's properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| actorId | Yes | The ID of the actor to update | |
| updates | Yes | Object containing actor properties to update |