Reply To: Controll a FlowScript in the other FlowScript while the two run parallel?

FlowCanvas Forums Support Controll a FlowScript in the other FlowScript while the two run parallel? Reply To: Controll a FlowScript in the other FlowScript while the two run parallel?

#3251
CheapMeow
Participant

Oh! I finally found that I should use LatentActionNode

Before warm-hearted friend in discord reminding me, I have considered of Coroutine but i worry that i cant control the time scale in Coroutine. After I found the implement of Wait Node,  i find it is also base on deltaTime clc. It is absolutely solve my worry!

Now I will continue practice!