I have an if - else if - else condition but I want to pass through all if's until the end to check all conditions. Currently it stops if the first if is true. How do I do that?