Search found 4 matches

by pblenkarn
Mon Mar 22, 2021 8:28 pm
Forum: Dialogue System for Unity
Topic: ContinueButton not registering as Selected
Replies: 1
Views: 147

ContinueButton not registering as Selected

Hi Tony, Adding to the history of comment re: the Continue Button here. I'm not sure why but my continue button in the Standard Dialogue UI isn't setting itself to be selected during conversations. Neither to fast forward nor to progress through the conversation. (Context: I'm making a pretty simple...
by pblenkarn
Wed Mar 17, 2021 10:15 am
Forum: Dialogue System for Unity
Topic: Wait/Pause for a second in the middle of a conversation
Replies: 12
Views: 3458

Re: Wait/Pause for a second in the middle of a conversation

Thanks Tony! That's helpful and I'll keep working with it. For anyone else reading this, another option I'm using until I totally grasp the Sequencer is to use empty notes as Event nodes. It calls the Event at the beginning of the Node, then each of these Nodes has a Delay() call of an appropriate l...
by pblenkarn
Thu Mar 11, 2021 11:49 pm
Forum: Dialogue System for Unity
Topic: Wait/Pause for a second in the middle of a conversation
Replies: 12
Views: 3458

Re: Wait/Pause for a second in the middle of a conversation

Hi Tony! Thanks for your prompt reply earlier. It's a step in the direction I'm heading—and in my understanding how Lua works here. I have a couple follow ups. (And for anyone else who might read this later, I'll try to outline what I think might be a common setup. I want to develop a SequenceComman...
by pblenkarn
Thu Mar 11, 2021 4:31 pm
Forum: Dialogue System for Unity
Topic: Wait/Pause for a second in the middle of a conversation
Replies: 12
Views: 3458

Re: Wait/Pause for a second in the middle of a conversation

Hi Tony, I'm trying to use what you've shared above to create a gap between lines and in which the dialog box disappears, but I'm not having much luck. The Delay pattern above just extends my current dialogue line. For example: NPC: I'm going to take a long pause. [pause in which the dialog box disa...