16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
|
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
|