build_name_input
Create a Name Input Processing (303) event command that displays a name-entry screen for the chosen actor, returning the command for insertion into event commands.
Instructions
Build a Name Input Processing (303) event command for insertion via insert_event_commands — open the name-entry screen for an actor. Read-only: returns { command }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indent | No | Indentation level (default 0) | |
| actorId | Yes | The actor whose name is entered | |
| maxLength | No | Max name length (default 8) |