AI blackboard not activating simple paralel

ok I really would like a fix for this I cannot seem to figure out what is wrong, and as soon as I find a good way to record video of what I am doing ill start posting in you tube as well.

the issue is I’m running a script in blackboard and it choses to ignore the next step
so you can follow the steps working, construction, wait, wait ends then it assigns construction
now shown by picture 2 the code in construction ends correctly and so you would think it should go to the simple parallel, but this step never happens, and we for sure never get to the next step move to job site, which of course is our currently simple script to tell the ai to move to a place.

no I cannot seem to test if this works because the blackboard does not want to move to this step

Hey this is 3 Promg Gaming…

Glad you were finally able to post some pictures now I can easily debug this. Problem is simple! Look at the finish execute in the Assign Construction task… The Succeed bool is set to false meaning that whether it’s in the “True” branch or not, it will FAIL because you are telling it to fail which will cause it to not execute the rest of the sub tree. Tick that box true and all should be right in the world :wink: