Interrupt not moving tree to the right?

ckelly

New member
Hi there!

I have an interrupt task which I thought would effectively cancel out its child task but that doesn't seem to be the case. I want the interrupt to interrupt the wander task and continue to the right after the perform interruption runs. I'm sure I'm doing something silly here but not exactly sure what it is. Screenshot attached, thanks in advance for any help!
 

Attachments

  • bd.png
    bd.png
    59.2 KB · Views: 20
Is the wander task active when perform interruption runs? Perform interruption occurs at that moment so it can't block a task from starting.
 
Top