A lot of Branches

Does anyone know a better way to do this?

Hi, you could make a function that takes the min and max values from the in range node as inputs and the final set value as the set value for the set node. Then make the function return a bool saying if it was in range or not.


There is even better ways to do this like with a for loop that loops an array with the values and so on but this is all i had time for

1 Like

That looks like a great solution! ill try it out! thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.