Page 1 of 1

Delaying On Start Dialogue

Posted: Thu Aug 03, 2023 1:34 am
by simplepleasuresdxy
Is there anyway to delay dialogue that you invoke on start?

Re: Delaying On Start Dialogue

Posted: Thu Aug 03, 2023 9:34 am
by Tony Li
Hi,

You could use a Timed Event component:

delayedStart.png
delayedStart.png (44.01 KiB) Viewed 189 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.