Continue()@1 and Others()@1

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

Continue()@1 and Others()@1

Post by fkkcloud »

Hello,

I've noticed that

Code: Select all


SetActive(Canvas_CameraFrame, false)@0.1;
PlayFMOD(event:/Story/Chapter1/TakePhoto)@0.1;
Continue()@0.1;
It did not run those 2 functions.

However if I make Continue()@1 which is a lot longer, than it works,
Should I always wait for them? or should I just put required for those tight timings?
User avatar
Tony Li
Posts: 22049
Joined: Thu Jul 18, 2013 1:27 pm

Re: Continue()@1 and Others()@1

Post by Tony Li »

Hi,

When the times are the same as Continue(), please put the 'required' keyword.
Post Reply