OK, nothing complex here. I have a custom action that sets a bool ‘inRange’ to true if the length of the list returned by the detect node is not 0. But the expression always returns the inverted result. You can see here that the variable is true in it’s memory, but in the node, it should be evaluated to true, instead it is evaluated to false! What am I doing wrong?
-
This topic was modified 2 months, 1 week ago by VarunVP.