The checkboxes are on the StandardDialogueUI and StandardUISubtitlePanel components:
If your version doesn't have those checkboxes, try something like:
Code: Select all
AnimatorPlay(Angry, Portrait Image)@0.5;
required AnimatorPlay(Idle, Portrait Image)@{{end}};
The second line will play the Idle state on Portrait Image's Animator after the duration specified by {{end}}, or sooner if the player clicks the continue button to skip ahead.