AI with same bp doing the same thing

Hello, I created a simple AI through bp, once the AI overlaps a box it sets a bool var to true. Now if I spawn another AI with the same bp the bool var is true aswell (Even though the Defult Value is false)… How can I fix that?