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.
 
 
 

29 lines
1.0 KiB

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