How do I connect a branch to a random float in range?

Hi beginner here, so I want to make it so its like: branch, if condition is true then multiply a random float and add it together.
Help would be very appreciated!

Hey there @ZusMga! Welcome to the community! In your case, all you’d have to do is connect the true from the branch to the print string. The White arrows are your execution, the colored nodes will always evaluate following their nodes to their end so just connect your True branch node to the print string and it will use the proper duration already.

Just imagine when messing numbers like variables, the end of their pins will always output the logic stack it went through when an event of sorts calls for the number.

2 Likes

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