Need advice on programming methods. As a programmer working with multiple crews focusing at the same time, I need to be able to turn on a light, set a level and color, and leave it on while the stagehand focuses the light. I then need to work with the other team, who may have a cluster of lights they need on, store the settings for just those lights, then switch back to the first set of lights, put them back in the programmer, store and release. I tried using worlds, having a different world for each team focusing. I end up having to recall the world and reselect all the lights when I switch from team to team. What is the fastest way to work in this situation?