Reevaluating without Aborting Lower Priority

Hey,

I got a (hopefully) easy question:
How would I accomplish a behavior like this:
Screenshot 2019-04-04 at 15.46.43.png
But instead of aborting the Action-Task as soon as "Can See Object" or "Can Hear Object" reevaluates as true it should keep on going through the Action (in my case a sequence).

I thought of combining "Can See" and "Can Hear" into one single conditional task, but that doesn't seem like the correct way to do it.
Because everything works just fine if I'm only using "Can See" directly parented to the sequence without the selector task between it.

Thanks in advance,
Dennis
 
This isn't as straight forward as conditional aborts but you can use the interrupt/perform interruption tasks to determine exactly when a task should be interrupted. The RTS sample project has an example of this.
 
Dennis,
I'm new to this also but if I understand what you're asking, I think all you have to do is change the Selector task to a Sequence task with the same Lower Priority conditional abort. Then it will only about when both 'can see' and 'can hear.' are true.
 
Top