Speaking about variables, I have 2 blocks that, ideally, would set the same variable. Then, down the line, another block would read and use the variable value. The current problem is that, when trying to choose the variable to use, I'm forced to choose between setter 1 and setter 2 - they don't act like the variable is the same iinstance/reference. In other words, it seems that we can't have the same variable set from 2 different blocks. Did I get this right?