Parallel task without waiting for success

justinheinen

New member
Hi, like the title says i would like to have my parallel task repeat over and over even when another child isnt finished, while the seek task is getting executed i want to let the enemy shoot over and over again, before the seek completes.

1577042280658.png

With the current setup my enemies keep firing if Seeking is not nescessary, but if they start to seek they dont fire until they completed the seek task.

Thank you for your time
 

Attachments

  • 1577042219057.png
    1577042219057.png
    117 KB · Views: 1
That's a valid solution and I actually did something similar with the UCC integration tree :)
 
Top