Delaying On Start Dialogue
-
- Posts: 73
- Joined: Tue Jul 25, 2023 1:34 am
Delaying On Start Dialogue
Is there anyway to delay dialogue that you invoke on start?
Re: Delaying On Start Dialogue
Hi,
You could use a Timed Event component:
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.
You could use a Timed Event component:
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.