Show both response and npc from the beginig

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hapciupalit
Posts: 24
Joined: Tue Nov 28, 2017 10:04 am

Show both response and npc from the beginig

Post by hapciupalit »

I've been scavenging this forum for a fix to my problem, but I could not find any so I decided to create a new post.
I'm trying to achieve this :
I don't want any animations and text effect, but just the subtitles and the response on the same time.
Here is a link with what I got for now.
https://www.youtube.com/watch?v=o8QWfmrKHFw

Thank you
User avatar
Tony Li
Posts: 22061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Show both response and npc from the beginig

Post by Tony Li »

Hi,

Set your Dialogue Manager's Default Sequence to: None()

This will remove the delay. If you need to add a delay for a specific dialogue entry, set the dialogue entry's Sequence field to: Delay({{end}})
hapciupalit
Posts: 24
Joined: Tue Nov 28, 2017 10:04 am

Re: Show both response and npc from the beginig

Post by hapciupalit »

Thank you.
User avatar
Tony Li
Posts: 22061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Show both response and npc from the beginig

Post by Tony Li »

Happy to help!
Post Reply