spideyseth 3 Posted April 9, 2023 I've been trying to create dialogue between two npc's without player responses, but for some reason the dialogue skips every time I click the npc who was the dialogue file on him. Keep in mind I've been using the holocron toolset's dialogue editor. I've attached the file and am curious to see what I'm doing wrong. fight.dlg Quote Share this post Link to post Share on other sites
DarthParametric 3,777 Posted April 9, 2023 You have no VO - either custom or generic alien gobbledygook - specified. Since there also aren't any delays specified, the lines skip instantly. Quote Share this post Link to post Share on other sites
spideyseth 3 Posted April 9, 2023 I fixed that problem, but my only issue is how do I continue the conversation without player responses at all like the cutscenes in the normal game? Quote Share this post Link to post Share on other sites
DarthParametric 3,777 Posted April 9, 2023 A DLG will automatically skip through empty reply nodes. A cutscene should only ever have text for entries, not replies. Quote Share this post Link to post Share on other sites
spideyseth 3 Posted April 10, 2023 I actually didn't put any text in responses, it gets the first entry to play but the reply ends the conversation. Quote Share this post Link to post Share on other sites
DarthParametric 3,777 Posted April 10, 2023 Then there's some issue with how your DLG is structured. You mentioned you used HT's editor. I would advise against this. HT is still very much a beta and prone to issues. Use DLGEditor instead. I would suggest that you ditch your existing DLG and recreate it from scratch in DLGEditor to ensure there are no underlying issues. Quote Share this post Link to post Share on other sites
spideyseth 3 Posted April 11, 2023 I recreated the dialogue in DLGEditor which still ended up the same. I am curious, what do you think the problem with the structure is? Quote Share this post Link to post Share on other sites
spideyseth 3 Posted April 11, 2023 I believe I figured out the problem thanks for the help. I was mixing up the tag with resref ID thing. Quote Share this post Link to post Share on other sites