Trigger function when 2 (or more) conditions are met

So this seems super simple, but I can’t seem to figure out how to do it with nodes. I basically want to achieve an ‘and’ statement (e.g. if var1 == 2 and var2 == True: trigger function). How can I connect multiple gate/branch node results in this way?

Connecting two Gates in series results in an AND logic. Like this:

Hope this helps.

Best Regards,
QC

1 Like

That does help, thank you! I feel like it may get a bit tangly as the conditions pile up, but I suppose that’s the nature of using nodes. Anyway, much appreciated!

There is And and other logic gates too!
24 PM

1 Like