Maybe it would be usefull if mIRC's scripting language contained a switch statement as almost every language has. When you have to check a var against a lot of values, you have to use A LOT of if-else statements, which is very annoying. Switch statements would also make scripts more readable.