Why is my decider combinator not outputting 1?
Why is my decider combinator not outputting 1?
I have set my decider combinator to output a given signal as 1 if the conditions are met, but here it's outputting the signal as 8. Why?
Re: Why is my decider combinator not outputting 1?
It outputs 1 for each substitute for which the condition was true. It appears you have 8 "each" substitutes that are fulfilled. If you put "Each" on the output side you will learn which exact substitutes passed conditions.
Re: Why is my decider combinator not outputting 1?
OK thanks boskid