The only switchfunction in lcb at the moment is if-then-else. it would be nice, when we would have a switch-case or select-case for multiple different events. At the moment i must use for every case the if-then-else. Even nice would be a do-loop or while-went. So the most events can handle with this.