studio_caption
Display a storyline caption with an eyebrow kicker and one sentence; optionally narrate it as voice-over. Clear captions for scene changes.
Instructions
Show (or replace) the bottom-left storyline caption — an eyebrow kicker plus one sentence that narrates the current beat. Keep it under ~12 words and leave it up 2–4s (studio_hold) so it reads. Pass clear=true to fade it out before a scene change. The caption_text is ALSO recorded as the voice-over script: if you call studio_finish with voiceover:true it's spoken aloud (locally) timed to this moment — write captions as speakable sentences. Set no_voice:true for a caption you want on screen but NOT narrated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Fade the caption out instead of showing one. | |
| eyebrow | No | Small uppercase kicker, e.g. 'STEP 1' or the feature name. | |
| no_voice | No | Show the caption but exclude it from the voice-over track (optional). | |
| caption_text | No | One narrating sentence (keep it short — it's on screen and, with voiceover:true, spoken). |