Scriptname _00E_FS_A3_MagePsionicCastSC extends activemagiceffect ;===================================================================================== ; EVENTS ;===================================================================================== Event OnEffectStart(Actor akTarget, Actor akCaster) SetValues() MAGShoutSprint03.Apply() MAGShoutSprintFire.Play(PlayerREF) bDashing = True RegisterForSingleUpdate(fWaitTimer) EndEvent ;===================================================================================== ; FUNCTIONS ;===================================================================================== Function CalculateSpellStrength() EndFunction ;===================================================================================== ; PROPERTIES ;===================================================================================== Actor Property PlayerREF Auto