Problem with stopping Repeat Until

Hi, I seem to have a problem stopping this loop. It will continue printing “I see you” even after the stop point. I do not understand why this does this and need help.

Can you add a print for “iamlooking”, to see if it does increase?

It does increase and I also just added a print for when the loop stops. When it does stop, it restarts immediately for some reason?

Never mind, I had to add an empty wait after until for it to stop