How to load a different level based on how much points that was collected in the previous level

Just check if point number is equal or higher then specific amount of points using branch and =< nodes, connect true nodes to corresponding level switch, false to next branch creating the chain, do it order of highest condition to lowest.