update_actor
Update an RPG Maker MZ actor's properties including name, class, level, and appearance.
Instructions
Update an existing actor's properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Actor ID to update | |
| name | No | ||
| nickname | No | ||
| classId | No | ||
| initialLevel | No | ||
| maxLevel | No | ||
| profile | No | ||
| characterName | No | ||
| faceName | No |