Enemy = Null, filter confusingly functioning (Solved)

Got it. There is a problem with python interpretator and it works like in JS.
So the empty array is true in conditionals.
Try to check
if enemies.length:

2 Likes