How to detect when progress bar reaches 100%?

I am trying to call an event when this progress bar reaches 100%, but it won’t work for some reason. (I have already tested skipping the branch part, and it works fine without it)

Use this node instead when comparing floats:

image


How to detect it also depends on the method used to alter the value. Most importantly - it’s not a good idea to rely on UI queries to determine logic. Why ask the PB what value it holds in the first place? You already know what value it holds since you must be setting it elsewhere yourself, right?

Do try to treat the UI as the final piece of the script whose job is to only show what you tell it to show.

1 Like