Recent content by simcrewdev

  1. S

    Struggling with events & conditional aborts

    Thanks for the reply. I have now solved it by creating a shared variable which holds the last received event, with a Conditional Evaluator for each branch which simply checks this shared variable (with 'Reevaluate' on, so it will switch when needed). This shared variable gets set whenever the...
  2. S

    Struggling with events & conditional aborts

    Yes, I have read the page about events. The problem is that I have multiple branches that should have the same priority, where the active branch should be determined by events. Basically a finite state machine, where each higher-level state is determined by an external system (which sends...
  3. S

    Struggling with events & conditional aborts

    I'm trying to hook-up events coming from a different system to basically control a Behavior Tree. Sending/receiving events works quite easily, however I'm struggling to switch between branches based on these events & conditional aborts. For example: Whenever I trigger 'Event 2' first, I can...
Top