enderalse/source/scripts/_00e_fs_a3_magepsioniccastsc.psc

29 lines
1.0 KiB
Plaintext

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