Reply To: Parallel node does not work correctly on first run

Forums 💬 NodeCanvas ⚙️ Support Parallel node does not work correctly on first run Reply To: Parallel node does not work correctly on first run

#15264
gotenxds
Participant

    Hya Gavalakis, glad to see you’re alive 😉

    Sure, here is the code for the custom tasks:

    isTalking just checks the current value on another class, I know I can do this via the checkBoolean task but for now I prefer doing it like so:

    SetMoving is also very simple:

    FollowPath is a bit more complex and uses the A* package and generally it just sets the next point in a path for the npc to follow.

    I am using the latest version (3.29), and it does look like this:

    I will try and replicate the issue again on a different tree.