i setup little command device with some command blocks. there is one command block that reset the device. but this commandblock running, even if he can´t run. after using this device command blocks are turn to "doesn´t work" and after switching button switch to "work" these command blocks telling they are runnung, but they aren´t running.
Attachments
Comments 7
comparators output rs if command block done his thing properly, right? and these coparators are on, but command block is disabled because haven't got rs. and, conditional command block at the end may work only if command block before him work, right? and he work all the time, but command block before him is disabled, so command block at end technically can't work, because he is conditional, but he work.
A few of your command blocks are set to "Needs Redstone", did you check whether that solves your problem?
As @unknown said, the command block checks whether the last execution of the "previous" command block has been successful, not whether the command block has successfully been run just before. Works as intended.
I don't think I understand what your issue is. Please explain more detailed.