Negative 6 is less than Zero, right?

Thanks for the responses. Great input.

@NilsonLima I played with Pin order to no affect, also the item that is currently set to WATCH is the first True in this loop iteration.

@GarnerP57 Watch is coming back as correct and truthful. Other parts that lean on this variable are correct in their results at run-time. If I don’t break into the code, it goes into an infinite loop because I am adding -6 to the same variable on each iteration of the loop so the condition will lever get hit to leave the loop. I suppose I can also add a clamp mechanic on the backside of my loop logic. I can add screenshot later of the rest of the loop, it isn’t much bigger than what I already uploaded.

This logic and loop is useless without the three conditions being applied. I may also try to break the condition logic out to separate area and set the results to a BOOL then use the BOOL in the For Loop. Quite a bit more messy but survivable.

I am still open for further input.

Thanks!