How should I properly use the conditional abort selector?

Kopekku

New member
Hello. When using a conditional abort set to lower priority with a sequence, I can place the conditions and then the actions to the right of the conditions and they are all children of the conditional abort sequence, so they will never abort if the condition changes value. However, having the "Can See" OR "Can Hear" setup in a conditional abort selector doesn't do the trick because I'd have to place the actions to the right of the selector, therefore they are lower priority and this branch will stop executing as soon as either can see or can hear change value. What would be the correct way to fix this? I mean, having the conditionals using a selector as an or operator, but still prevent the following tasks from aborting? Thanks!
 
Conditional aborts do not make much sense with a selector. I'm sure there is a use case for it but I haven't needed to ever use it. If you want to have multiple conditions you can use the Stacked Conditional task.
 
Top