Recent content by Guerrilla705

  1. G

    Integrating a shared blackboard on every behavior tree and task

    Ah perfect, thanks so much!
  2. G

    Integrating a shared blackboard on every behavior tree and task

    Hi! This may be a stretch, but I'm just curious if there's a good way to do this. I am using a blackboard since I have a bunch of other separate AI systems (sense, animation controller, navigation, etc.), and I'm not running all of the logic through tasks. Right now, I have a custom...
  3. G

    Task OnEnter and OnExit callbacks?

    Great, thanks so much for your help!
  4. G

    Task OnEnter and OnExit callbacks?

    Ah sorry, I thought those were behavior level, my bad! Follow up question, does OnEnd get called when the task is interrupted and cancelled from elsewhere? The docs just mention getting called on success or failure, so does that just mean when returning those task statuses? Thanks!
  5. G

    Task OnEnter and OnExit callbacks?

    Are there callbacks for OnEnter and OnExit of an action task? I can't seem to find any. If not, are there any best practices way to trigger an event (like begin a melee from an external melee system) right when the behavior is entered? I can put calls to my own OnExit whenever I would call a...
Top