build_character_effect
Generate an RPG Maker MZ event command that plays an animation or balloon icon over a specific character, returning the command for insertion into event scripts.
Instructions
Build a Show Animation (212) or Show Balloon Icon (213) event command for insertion via insert_event_commands, played over a character (characterId: -1 player, 0 this event, N event id). Read-only: returns { command }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | animation: the animation id; balloon: the balloon id (1 exclamation, 2 question, …) | |
| kind | Yes | Play an animation or a balloon icon | |
| wait | No | Hold the event until it finishes (default false) | |
| indent | No | Indentation level (default 0) | |
| characterId | Yes | Target character: -1 player, 0 this event, N event id on the current map |