Do sequences *always* run?

scornflake

New member
Hi!

I continue my BD learning, and am trying to debug/understand a case where a sequence isn't running, at least not visually @ runtime, nor if I set a breakpoint.

I have video here:
https://www.dropbox.com/s/tw70lkhfopvhq2e/BehaviorD working or am I going mad.mp4?dl=0

I've also dumped the task log, and it never pushes the 'maybe move to cover' child sequence.
https://www.dropbox.com/s/e8o9p4v8hitgm2f/Examine task log.mp4?dl=0

Sorry for the many videos, but I'm hoping that it provides more detail than me trying to type all this out in words.
 
I'm a muppet.
Going to leave this here just in case others find it useful - if you want to delete it because it's THAT obvious. Please do :)

Turns out I'm staring at a sqeunce.
They terminate if any task returns false. For some reason, Id assumed they just run everything in series.
 
Top