Page 1 of 1

Activate a conversation/ cutscene

Posted: Mon Feb 28, 2022 1:15 pm
by hrohibil
Hi Toni

Normally I use triggers on environment objects or if the player comes near the speaker to start a conversation.

But what if I want to start a cutscene from the beginning when I press play ?

Re: Activate a conversation/ cutscene

Posted: Mon Feb 28, 2022 1:37 pm
by Tony Li
Set the Dialogue System Trigger to OnStart or OnSaveDataApplied. OnSaveDataApplied is the same as OnStart except if you're loading a saved game it waits for the saved game data to be applied first.

Re: Activate a conversation/ cutscene

Posted: Mon Feb 28, 2022 1:56 pm
by hrohibil
You are the king!!!

Thanks

Re: Activate a conversation/ cutscene

Posted: Mon Feb 28, 2022 8:06 pm
by Tony Li
Glad to help!