update_actor
Change actor properties in RPG Maker MZ by providing an actor ID and the updates to apply. Use dryRun to preview modifications without saving to disk.
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 |