[quote='Blubber',index.php?page=Thread&postID=19094 5#post190945]It would be a very nice feature, but it is impossibly to implement. The only thing you can do is save the current view, and restore an earlier saved view (See the SetView and SaveView functions on [url]http://www.wowwiki.com/World_of_Warcraft…amera_Functions[/url]). The only way to actually manipulate the current view is provided by the CameraOrSelectOrMoveStart() function which is protected, meaning that you can't readily call it from scripts, also it requires manipulating the mouse. [/quote]Ah but that I believe is where you are wrong. The values are stored as cvars which write to the config.wtf file, there is functionality to manipulate cvars within a UI mod.

[url='http://www.wowwiki.com/API_GetCVar']GetCVar[/url] and SetCVar should handle it nicely. Simply SaveView(x) before you GetCVar's as necessary, send them to the other client and SetCVar()'s on that end, then SetView(x);SetView(x);.

The only reason I don't code something myself is that Jafulu has been so amazing about adding features to Jamba and I wouldn't want to support another project myself (Same reason I asked for Follow Strobe).