Does the flee-path work with multiple objects to "flee from"

In my game you control a few different characters, and I want to make a bird that flees from all of them, not just the closest. Otherwise the behavior is kind of strange. Really, it needs to calculate the furthest distance from all of the different characters.

But before I buy the upgrade, can it handle this, or should I do it on my own?