Recent content by misscelan

  1. M

    Check all tasks for the conditional abort type

    Ah didn't know about the stack conditional! And also thanks for the tip about the abort type that should help for sure :)
  2. M

    Check all tasks for the conditional abort type

    I have the following tree, the idea is that the Patrol task (on the right), only gets aborted when all the conditions on the left task (1,2,3 and 4) are true. The task on the left has a lower priority abort type, but even though 1 and 2 could be true, the abort type only happens when 3 is...
  3. M

    Parallel task child that doesn't wait for other children

    Hi, Let's say I have 3 tasks: A) Check whether and object is in sight and if so updates a variable (these ones are under a Sequence that has a Return Success parent). B) Seek that object C) Every 5 seconds try to shot to that object At the moment they are all under a parallel task, they all...
Top