Hello. I'm trying to make a dropdown list parameter, very much like an enumeration, and the only way I have found to get it working, is a bunch of branches. Is this how people normally do it? As a bit of explanation, user selects the item from the dropdown, and it switches between different colors. I also have a second…