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.
 
 
 

24 lines
805 B

Scriptname _00E_ShadowtongueOil_CastSC extends activemagiceffect
;=====================================================================================
; EVENTS
;=====================================================================================
Event OnEffectStart (Actor akTarget, Actor akCaster)
Utility.Wait(__Config_AnimationDelay)
_00E_A1_ShadowtongueOilSP.Cast(PlayerREF)
EndEvent
;=====================================================================================
; PROPERTIES
;=====================================================================================
float Property __Config_AnimationDelay = 1.0 Auto
Actor Property PlayerREF Auto
Spell Property _00E_A1_ShadowtongueOilSP Auto