zoom in

Post » Fri Feb 08, 2013 8:44 pm

Hello, I'm trying to make a spell to zoom in the view of the player so I attach this script to the magic effect but nothing happens:


Event onEffectStart(actor akTarget, actor akCaster)
if akTarget == game.GetPlayer()
Utility.SetINIInt("fDefaultFOV:General", 12)
endif
EndEvent

Event onEffectFinish(actor akTarget, actor akCaster)
if akTarget == game.GetPlayer()
Utility.SetINIInt("fDefaultFOV:General", 65)
endif
endEvent

i will apreciatte the help
User avatar
sophie
 
Posts: 3482
Joined: Fri Apr 20, 2007 7:31 pm

Return to V - Skyrim