Boids (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Any chance you could add a disable/enable?

    I'm trying to add a knockback but the boids behaviour is interfering. Maybe there's a work around I'm missing?

    • i am planning on reworking this addon in the future.

      IIRC, for the boids to be effective, you need to call an action. You could just add a "isBoidEnabled" boolean instance var and only have it call the action if that boolean is true