Choose between values in a function

Hey andrearuzze,

Can you elaborate a little more on what you need to do inside of the function with those floats based on the bool? For example, if the bool is true do you want to add two of the floats and divide by the third and if the bool is false, add the two floats and multiple by the third?

-Steve