Greater than or equal not working

Pure nodes get called once per connection to any of their pins
So the random int in range node that you have will be run once for the first and once for the third print string nodes and once for the branch, so 3 times in total, and each time a new random will be generated. You should cache its result to a local variable if you want it to work

Do you cache a pure "get" functions result if using it on tick/input axis? - #2 by zeaf I’ve written some more information on the subject for this answer, might be useful

1 Like