Create flocking behavior.
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
Oh gotcha, that seems so obvious now that you say it, thank you!