Display text from widget based on variable (in this case another widget visibility)

Hi.

I am trying to display certain text from 1 widget based on which other widget is visible. This is what I got so far.

So I have 2 sets of text and each text is set as a variable. Step 1 is visible at start while Step 2 is hidden. That part works correctly with the event construct. I figured with the above script that when the next HUD is visible, step 1 would become hidden while step 2 becomes visible based on the branch, but it does not seem to work. I’m currently trying to just get the step 2 variable to become visible and that part isn’t working yet.

Thought on what I’m doing wrong?

Thanks in advance!