Ah I see. So it still needs to evaluate the condition, but it won't run the loop. In that:
Always:
-> Start Loop NObjects times
should be the same as
If NObjects > 0
-> Start Loop NObjects times
if there are no instances of the object. Is there another way?
I don't get what you're saying with your side note.
