Need an answer asap- my variables arent updating and I don’t know why
No they do but i personally use events for anything other then the main variable
are you sure? because the variables inside the circuit board arent getting updated by the ones outside, and vice versa
they’re the same name and type
I use events to get the ones on the inside to the outside
Otherwise i think there counted as different
That’s how they work, this is why you can’t nest cloud variables inside of circuit boards.
The scope of the variable is determined by where they are placed. So weather your inside 1, 2 or 3 nested circuit boards, the variable will only update in that scope.
If you want to update a variable inside of a circuit board, add the execution and value port of the variable as inputs on your circuit board and do the same things for their outputs. Then you can get the variable’s value from inside the circuit board, and still update it.
Hope this helps!
Thanks