Right now I'm using the Solid behaviour on my player character and enemies to prevent them from moving through each other. They are in separate families for obvious reasons.
Now I want to add a "friendly NPC" family that will attack enemies but allow me to pass through, so the Solid behaviour on its own wouldn't be enough to solve this.
Is there a way to do this with the Solid behaviour or do I need some fancy events?