Conditional abort help

poweremil

New member
Hello I have a problem with conditional aborts, or at least that's what I think. I have posted a picture of my tree.

I want Task C to abort Task A and Task D but not Task B, is this possible?

Screenshot 2020-10-16 210517.png
 
I want Task C to abort Task A and Task D but not Task B, is this possible?
No, not with that structure. You'll either need to restructure your tree or use Interrupt/Perform Interrupt to manually abort a branch. The RTS Sample Project has an example of this.
 
Couldn't find anything in the RTS samples that could help me but then again I'm not very good at this... But I was able so solve it using events, I don't really like it as it makes it more cluttered but at least it works as I want now. Posting it here in case someone might find it useful.


Screenshot 2020-10-17 210951.png
 
Top