4
Fork 0

Updated SprigganFXSCRIPT

development
Eddoursul 3 months ago
parent 31646a4eac
commit 1f4fa33920
  1. BIN
      scripts/sprigganfxscript.pex
  2. 8
      source/scripts/sprigganfxscript.psc

Binary file not shown.

@ -21,6 +21,7 @@ auto state Alive
if bAnimEffects
bAnimEffects = false
SprigganFXAttachEffect.Stop(Target)
Target.PlaySubGraphAnimation("KillFX")
endif
@ -30,13 +31,6 @@ auto state Alive
EndIf
endevent
event OnEffectFinish(Actor akTarget, Actor akCaster)
GotoState("DoNothing")
if akTarget && akTarget.Is3DLoaded()
SprigganFXAttachEffect.Stop(akTarget)
endif
endevent
event OnCombatStateChanged(Actor akTarget, int aeCombatState)
Actor actorRef = GetTargetActor()

Loading…
Cancel
Save