Delaying On Start Dialogue

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
simplepleasuresdxy
Posts: 73
Joined: Tue Jul 25, 2023 1:34 am

Delaying On Start Dialogue

Post by simplepleasuresdxy »

Is there anyway to delay dialogue that you invoke on start?
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Delaying On Start Dialogue

Post by Tony Li »

Hi,

You could use a Timed Event component:

delayedStart.png
delayedStart.png (44.01 KiB) Viewed 188 times

The Timed Event component is configured to start its timer right away. After 2 seconds, it will run the OnTimeReached() event, which calls the Dialogue System Trigger's OnUse() method.

The Dialogue System Trigger is set to OnUse. When used, it starts the conversation.
Post Reply