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?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3242
    CheapMeow
    Participant

    I want to make a ability and buff, they have OnStart OnUpdate OnFinish, and i want to use FlowCanvas to achieve it

    But the only thing i can use to handle a FlowScript in the other FlowScript is Sub Flow Node

    Sub Flow Node will Pause Last FlowScript in FlowScriptController

    But what i need is Main FlowScript and Ability FlowScript run parallel

    So is there a way to controll a FlowScript in the other FlowScript while the two FlowScript 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!

    #3262
    Gavalakis
    Keymaster

    Great! Thanks for letting me know and I am glad that the LatentActionNode works for you! 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.