Hi,
Is it possible to stop the execution of one piston from another piston?
I’d like to interrupt the execution of a piston, if another piston fires up.
I can do it using if condition and veriables, but it won’t stop it if its in the middle of executing a “long” action like slowly dimming and turning off lights. only after the action is done.