An even better idea that I used to minimize the If Statements was to stack all of the Dummies in a single array, and then use the parameter to compute the offset starting point of the Dummy array.
It cut the sceneChanger method down to a single if/else statement followed by
one-line loop.
Almost as good as having a two-dimensional array