4
Fork 0

Send SKSE events on spectralization

master
Eddoursul 2 years ago
parent fb436ea1e5
commit 28ff084978
  1. BIN
      scripts/_00e_phasmalist_workbench.pex
  2. 4
      source/scripts/_00e_phasmalist_workbench.psc

@ -205,6 +205,7 @@ Bool Function _ShowMainMenu()
Else ; Quit
ReleaseApparition()
self.SendModEvent("Enderal_FinishSpectralizing")
GoToState("")
EndIf
@ -245,6 +246,7 @@ Bool Function ShowEquipApparitionMenu()
Int iChoice = UIExtensions.OpenMenu("UIWheelMenu")
If iChoice == 0
self.SendModEvent("Enderal_StartSpectralizing")
GoToState("Spectralize")
Return False
ElseIf iChoice == 1
@ -280,7 +282,7 @@ State Spectralize
phasmalistControlQuest.OnPlayerItemSpectralized()
EndIf
phasmalistControlQuest.spectralizeContainer.clear()
self.SendModEvent("Enderal_FinishSpectralizing")
GoToState("Waiting")
ShowMainMenu()
EndEvent

Loading…
Cancel
Save