1
Fork 0

Unregister wallmarker smokers from sleep events on leaving their cell

development
Eddoursul 3 months ago
parent 0a311b78f7
commit 800e77ab6b
  1. BIN
      scripts/_00e_smoking_wallmarkerscript.pex
  2. 8
      source/scripts/_00e_smoking_wallmarkerscript.psc

@ -70,6 +70,14 @@ Event OnSleepStart(float afSleepStartTime, float afDesiredSleepEndTime)
_UnlockAnimationUpdates()
EndEvent
Event OnCellDetach()
UnregisterForSleep()
endEvent
Event OnCellAttach()
RegisterForSleep()
endEvent
Event OnEffectFinish(Actor akTarget, Actor akCaster)
; Debug.Trace(self + ": OnEffectFinish, " + Target)

Loading…
Cancel
Save