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.
 
 
 

16 lines
388 B

Scriptname _00E_A2_DanceOfBladesSoundSC extends activemagiceffect
Event OnEffectStart(Actor akTarget, Actor akCaster)
MagRacialBattlecryFire.Play(Game.GetPlayer())
EndEvent
Event OnEffectFinish(Actor akTarget, Actor akCaster)
_00E_A2_DanceOfBladesGlobal.SetValueInt(0)
EndEvent
Sound Property MagRacialBattlecryFire Auto
GlobalVariable Property _00E_A2_DanceOfBladesGlobal Auto