Search found 3 matches

by Internet Person
Wed Jul 07, 2021 1:48 am
Forum: Dialogue System for Unity
Topic: Show Response Menu during typewriter effect?
Replies: 1
Views: 182

Show Response Menu during typewriter effect?

I have a custom conversation UI that mimics a computer interface, and I'm using the typewriter effect to type out the text on the screen and the Response Menu for the navigation system. The problem is that the Response Menu only appears once the NPC subtitle is finished writing out, so you have to w...
by Internet Person
Sat Apr 04, 2020 8:15 pm
Forum: Dialogue System for Unity
Topic: Possible to have conversation advance only on condition/variable?
Replies: 3
Views: 361

Re: Possible to have conversation advance only on condition/variable?

Tony Li wrote: Sat Apr 04, 2020 6:30 pm Consider using the WaitForMessage() sequencer command.
Thanks, this seems to be perfect for my purposes!
The sequence field seems to be extremely useful, I had never used it before.
by Internet Person
Sat Apr 04, 2020 4:27 pm
Forum: Dialogue System for Unity
Topic: Possible to have conversation advance only on condition/variable?
Replies: 3
Views: 361

Possible to have conversation advance only on condition/variable?

I'm using the Dialogue System (fantastic tool so far, extremely well documented!) to create a tutorial system and am running into difficulties. I'd like each piece of dialogue to stay on the screen and wait until a certain condition is met or variable is set before advancing to the next. Kind of lik...