Why does this Sequence not run?

utwsoft

New member
I have several working sequences in my BTs, and this is the first time I've experienced a case where the Sequence does not run.
I set a breakpoint in the Sequence script, and it just goes to OnEnd() and that's it. This is an External Behavior Tree if that matters. What might be causing this?
bd_sequence_not_running.PNG
 
Are you getting any errors? In general when I see this it is because an error has occurred and the behavior tree isn't able to run.
 
Yes, I got an error between keyboard and chair... I am manually ticking the behaviors and it was never ticked, because that particular agent wasn't added to my update queue. <slaps face>
 
Top