- I want to show PC subtitle when there is only 1 PC choice.
- I don't want to show PC subtitles when there is more than 1 PC choice.
Tick Off for Skip PC Subtitle After Response Menu makes PC subtitle to be not shown when there is more than 1 PC choice
So far so good. but the problem is.. this capture. When NPC is trying to say "Maybe..". See how PC subtitle (of previous previous 1 choice "I'm sure you'll unlock you...") briefly shows/dismiss and shows NPC subtitle? That is something I need help.
It only happens if when PC choice is going from 1 to multiple like the image capture below.
I am calling below sequence commands for only multiple PC choices "Amazing","Useful", "Sexy" btw - so there is delay after PC choice.
Code: Select all
SetDialoguePanel(false);
Continue()@2.1;
SetDialoguePanel(true)@2;
Code: Select all
SetDialoguePanel(false);
Continue()@2;
required SetDialoguePanel(true)@2.1;