Hi there, I tried to create a simple AND node. Unfortunately, it doesn't work. Can someone help here? Bool1 & Bool2 = A True Daniel
Hi Daniel, What do you mean? You want to check something? Like an If Statement? Or do you wanna set something like a variable? Some tips: In Javascript to “compare” something, you need to use ==, if you just use 1 equal sign = it’ll rather “set” a value to something.. Then for the “AND” you use double sign &&. If you have any additional questions feel free to ask. Cheers!
Hey @Syntax Genius, sorry for my late reply. What I mean, is to compare the two Input signals. If booth "1", the Output is true. Otherwise, false Daniel
https://vlad-ny.itch.io/logic-gates Here's the node that could help you the AND option is what you need to use for the above request