Scriptname _00E_FS_Affinity_AbSoulcallerSC extends activemagiceffect WordOfPower Property _00E_Affinity_Soulcaller_TransformApparation_Word01 Auto Shout Property _00E_Affinity_Soulcaller_TransformApparation Auto Event OnEffectStart(Actor akTarget, Actor akCaster) If Game.IsWordUnlocked(_00E_Affinity_Soulcaller_TransformApparation_Word01) == False Game.TeachWord(_00E_Affinity_Soulcaller_TransformApparation_Word01) Game.UnlockWord(_00E_Affinity_Soulcaller_TransformApparation_Word01) EndIf akTarget.AddShout(_00E_Affinity_Soulcaller_TransformApparation) Endevent Event OnEffectFinish(Actor akTarget, Actor akCaster) akTarget.RemoveShout(_00E_Affinity_Soulcaller_TransformApparation) Endevent