I assume this is possible with groups but I couldn’t quite work it out.
Instead of having the if statement check to see if a switch has turned on, I want that switch to turn trigger all the check conditions and if statements.
For example.
If switch is turned on…
and condition A is true
and condition B is true
then:
else
If condition A is false
and condition B is true
then:
else
If condition A is false
and condition b is false
then:
How would I structure the piston so the button switching on is only checked once at the start to trigger the piston and then all the if conditions are a part of that?