in oblivion there was a way to invoke the ZOOM (where your view is magnified) by a script function, is there a way to do this in skyrim?
in oblivion there was a way to invoke the ZOOM (where your view is magnified) by a script function, is there a way to do this in skyrim?
I think there is a perk for bows that allows you to zoom "peer" your view in. Id try looking at that for a good lead but I dont know of any papyrus function off the top of my head that does that. Probably a combination of things.
I looked at that and it is no help. I need a script function to do this the way I intend.
I am making a spell that shoots a supersonic missile over a long range and I need to script the zoom in (like used in archery) for this.
Possibly something on the actor subgraph http://www.creationkit.com/List_of_Animation_Variables
Maybe something like this !? Ive never played with any of these type of functions.
Game.GetPlayer().SetSubGraphFloatVariable("bowZoomAmt", 200.0)Game.GetPlayer().PlaySubGraphAnimation("bowZoom")