5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
|
Scriptname _00E_PerkBlutrauschFFAimedScript extends activemagiceffect
|
||
|
|
||
|
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||
|
Debug.Trace("Bloodlust: OnEffectStart")
|
||
|
EndEvent
|