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.
 
 
 

15 lines
259 B

Scriptname _00E_MQ16_SC07_DragonActorSC extends Actor
Event OnSpellCast(Form akSpell)
MAGDestructionFireStormExplosionM.Play(Game.GetPlayer())
EndEvent
Event OnLoad()
Self.SetAlpha(0.0)
EndEvent
Sound Property MAGDestructionFireStormExplosionM Auto