Removed unnecessary SKSE dependency from _00E_FS_NQ07_ErdhaufenScript

This commit is contained in:
Eddoursul 2024-01-27 22:40:28 +01:00
parent 839df7c06f
commit 1e18583b65
3 changed files with 5 additions and 10 deletions

Binary file not shown.

View File

@ -4,15 +4,10 @@ Quest Property FS_NQ07 Auto
Event OnActivate(ObjectReference akActionRef) Event OnActivate(ObjectReference akActionRef)
RegisterForMenu("ContainerMenu") Utility.Wait(0.5)
Endevent
Event OnMenuClose(String menuName)
if FS_NQ07.GetCurrentStageID() == 310 if FS_NQ07.GetCurrentStageID() == 310
FS_NQ07.SetCurrentStageID(320) FS_NQ07.SetCurrentStageID(320)
endif endif
UnregisterForMenu("ContainerMenu")
EndEvent Endevent