Search found 6 matches

by qordud55
Tue Mar 07, 2023 11:35 pm
Forum: Dialogue System for Unity
Topic: How AudioWait -> Delay??
Replies: 5
Views: 248

Re: How AudioWait -> Delay??

Thank you. maybe last question.
Is there a way to use each AudioWait as it occurs without using a separate entrytag each time?

ex)
CODE: SELECT ALL
AudioWait()->Message(Done);
Delay(2)@Done);
by qordud55
Tue Mar 07, 2023 8:19 pm
Forum: Dialogue System for Unity
Topic: How AudioWait -> Delay??
Replies: 5
Views: 248

Re: How AudioWait -> Delay??

Thank you.
You're welcome! It seems like applying {{default}} is causing a delay to occur.
However, the delay time is being applied from the start of the audio instead of after the AudioWait.
How can I make the Delay time apply after the AudioWait?
by qordud55
Tue Mar 07, 2023 5:57 am
Forum: Dialogue System for Unity
Topic: How AudioWait -> Delay??
Replies: 5
Views: 248

How AudioWait -> Delay??

I want to add a delay after the entire AudioWait
The method I thought of is the same as the picture.
Is there a way?

The entrytag for AudioWait is different for each one.
by qordud55
Sun Nov 20, 2022 11:14 pm
Forum: Dialogue System for Unity
Topic: How do I use multiple databases?
Replies: 5
Views: 273

Re: How do I use multiple databases?

Hello,
I want the dialog manager's Initial database to be Director_Database2
and the reference database of the dialog system trigger to be Director_Database2
by qordud55
Sun Nov 20, 2022 9:42 pm
Forum: Dialogue System for Unity
Topic: How do I use multiple databases?
Replies: 5
Views: 273

Re: How do I use multiple databases?

I looked at the manual and ran it, but it didn't work
What function should I call?
by qordud55
Fri Nov 18, 2022 7:29 am
Forum: Dialogue System for Unity
Topic: How do I use multiple databases?
Replies: 5
Views: 273

How do I use multiple databases?

I want to show the another DB' Conversation
(not Dialouge Manager - Initial Database, Dialogue System Trigger - Reference Database)
I want to show the Conversation in Database
(Dialogue System Trigger - Conversation)

Or if you add a database, does the next database exist?