Node like merge, but just if all are active

I wonder if there is a node like “merge” but it just outputs if both/all inputs are active?
Is there another node or must I make a node"tree" that effects this by myself?

Do someone of you know something like this?

Thanks for the answer.

I think you can use the gate node in “And” Mode and Power its Red input with an “On Update” Node and the other ones with your Red Outputs which you need to convert to booleans with the “To Bool” node before.

3 Likes

Thank you for the answer, I will test it out as soon as I will work on my project.