Branch not working?

I believe this is happening due to the tick node. You know, it’s called every frame… So probably the branch is been called again before the previous branch node have finished it’s execution, so it’s printing true (from the current value) and then the number from the previous frame (wich was <= 50).

Try using the trigger event and see if it works.