Hello, I have an EQS Query with a distance test to make the AI keep a certain distance to the player (which is also parametrized). However when there is no other option I want the AI to be able to step into the players minimum range.
I imagined I could make a distance test with a minimum distance, and don’t filter out locations within that range but just score them all with -1 or so. But when I choose “Score only” instead of “Filter only” there is no option for setting a minimum range at all.
I could also make a second Query with the same tests but without the minimum distance check, but I want to do this only if there is no other way, because performance (and laziness).
Does anyone have an idea how to fix this within one EQS Query?
Thank you in advance!