Hello,
(Using KRC4)
I wonder if it's possible to create a Boolean variable that have multiple robot outputs connected to it, so when I change the state of the bool the outputs should be the same?
I have tried something like this.
The above code works for a single output and only locally.
I would like to be able to set more than one output to the same variable and with that variable be able to use it anywhere in the program and it should trigger the outputs accordingly.
Thanks in advance,
borelius