I just thought I would quickly post my set view script that I use to help reset and set the view in World of Warcraft. I have found this very useful when multiboxing Garrisons and also the Class Hall stuff in Legion. Especially since you cannot do certain things in groups.

/run if setV == 1 then SetView(5); setV = 5; else setV = 1; SetView(1) end

Hopefully it helps.