Using a Piston as a Condition


#1

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


#2

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.


#3

Thank you, i think option 2 will work best for what i have planned.