Hi
Hopefully a simple one.
What to check if another piston is true or false and use it as a condition in an IF but cannot find the correct selection for this anywhere?
Is this possible, if so where/how do i do this.
Thanks
Hi
Hopefully a simple one.
What to check if another piston is true or false and use it as a condition in an IF but cannot find the correct selection for this anywhere?
Is this possible, if so where/how do i do this.
Thanks
Why not use an action in Piston A to Pause Piston B if False and Resume Piston B or Run another action if True.
Or within Piston A, set a variable to 1 if true and 0 if false. Then you can use that variable in piston B to determine if its run or is true or false.