(Middle one is the player)
I am trying to make it so these enemies scream when you are close enough. It works, but only with one at a time. If one detects me, the other won’t until I get out of that close distance, then back in, making again only one able to detect me.
You have a ‘repeat for each object’- event and a ‘trigger once’. This is not working together. Just remove the ‘Trigger once’-condition and it should work. Btw, I would keep the ‘distance to object’-condition.