How do you implement an if less than (or equal to) or is greater than (or equal to) condition with the IF node or otherwise?
You can just use a number condition:
You can then find the options βis less than (or equal to) or is greater than (or equal to)β:
3 Likes
Ahh, thanks!