You can use the “Switch” node for doing “If … Then … Else” stuff. It takes a boolean value (ie. Result of “Less”, “LessOrEqual”, etc. nodes) as its third input, and forwards the first input if the boolean value was true, or forwards the second input if the boolean value was false.