update_actor
Modify an actor's attributes in RPG Maker XP, such as name, class, levels, equipment, and parameters, by specifying the actor ID and a set of updates.
Instructions
Update an actor's properties (XP fields: name, class_id, initial_level, final_level, exp_basis, exp_inflation, character_name, character_hue, battler_name, battler_hue, weapon_id, armor1_id..armor4_id, weapon_fix, armor1_fix..armor4_fix, parameters)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorId | Yes | The ID of the actor to update | |
| updates | Yes | Object containing properties to update |