
Basically, there is a command that I can already access via the console. I want the same effect added to my papyrus script. Some of the console commands are listed in the creation kit's wiki as having a Papyrus alternative, but after several hours of searching, I can't locate one for this particular command.
The console command is: fov(XX) <-- changes the player's field of vision
The wiki mentions a function SetCameraFOV(XX), but I think this is just referring to the console command as I have not managed to make it work in an actual script.
If anyone knows how to trigger this function from within Papyrus' scripting language, I would appreciate the help.

