14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
|
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
|