2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_A2_EyeOfTheStormSelfSC extends activemagiceffect
|
|
|
|
|
|
|
|
Import _00E_TalentLibrary
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; EVENTS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Event OnEffectStart(Actor Target, Actor Caster)
|
|
|
|
|
2024-01-18 00:21:07 +00:00
|
|
|
iKillMove = _00E_KillMove.Off()
|
2021-10-05 22:15:58 +00:00
|
|
|
AudioCategoryPausedDuringMenu.Mute()
|
|
|
|
_00E_A2_EyeOfTheStormIMOD.Apply()
|
|
|
|
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Event OnEffectFinish(Actor akTarget, Actor akCaster)
|
|
|
|
|
2024-01-18 00:21:07 +00:00
|
|
|
_00E_KillMove.SetValue(iKillMove)
|
2021-10-05 22:15:58 +00:00
|
|
|
_00E_A2_EyeOfTheStormIMOD.Remove()
|
|
|
|
AudioCategoryPausedDuringMenu.UnMute()
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
2024-01-18 00:21:07 +00:00
|
|
|
int iKillMove
|
|
|
|
|
2021-10-05 22:15:58 +00:00
|
|
|
ImagespaceModifier Property _00E_A2_EyeOfTheStormIMOD Auto
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
SoundCategory Property AudioCategoryPausedDuringMenu Auto
|
|
|
|
|
|
|
|
GlobalVariable Property KillMove Auto
|