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.
 
 
 

13 lines
289 B

Scriptname _00E_MQ00Fireball extends ActiveMagicEffect
ImagespaceModifier Property _00E_CutsceneFadeSlow Auto
Sound Property MAGFireboltProjectileSD Auto
Event OnEffectStart(Actor akTarget, Actor akCaster)
_00E_CutsceneFadeSlow.apply()
Debug.Notification("Test")
endEvent