4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
680 B

Scriptname _00E_FS_NQR05_TharaelTalentBookSC extends activemagiceffect
Event OnEffectStart(Actor akTarget, Actor akCaster)
Game.GetPlayer().AddShout(_00E_FS_TharaelFireShout)
Game.UnlockWord(_00E_FS_NQR05_TharaelWord_01)
Game.TeachWord(_00E_FS_NQR05_TharaelWord_01)
Game.UnlockWord(_00E_FS_NQR05_TharaelWord_02)
Game.TeachWord(_00E_FS_NQR05_TharaelWord_02)
Game.UnlockWord(_00E_FS_NQR05_TharaelWord_03)
Game.TeachWord(_00E_FS_NQR05_TharaelWord_03)
EndEvent
Shout Property _00E_FS_TharaelFireShout Auto
WordOfPower Property _00E_FS_NQR05_TharaelWord_01 Auto
WordOfPower Property _00E_FS_NQR05_TharaelWord_02 Auto
WordOfPower Property _00E_FS_NQR05_TharaelWord_03 Auto