17.01.2012, 18:10
There is no issue with using if statements as it evaluates each condition individually. Usage of logical operators (most notable ||) within a single expression is reliable as the condition is passed quite quickly to the next statement. As stated there are alternative methods than doing what you've requested.