Removed unnecessary SKSE dependency from _00E_FS_NQ07_ErdhaufenScript
This commit is contained in:
parent
839df7c06f
commit
1e18583b65
Binary file not shown.
Binary file not shown.
@ -4,15 +4,10 @@ Quest Property FS_NQ07 Auto
|
|||||||
|
|
||||||
Event OnActivate(ObjectReference akActionRef)
|
Event OnActivate(ObjectReference akActionRef)
|
||||||
|
|
||||||
RegisterForMenu("ContainerMenu")
|
Utility.Wait(0.5)
|
||||||
|
|
||||||
|
if FS_NQ07.GetCurrentStageID() == 310
|
||||||
|
FS_NQ07.SetCurrentStageID(320)
|
||||||
|
endif
|
||||||
|
|
||||||
Endevent
|
Endevent
|
||||||
|
|
||||||
Event OnMenuClose(String menuName)
|
|
||||||
|
|
||||||
if FS_NQ07.GetCurrentStageID() == 310
|
|
||||||
FS_NQ07.SetCurrentStageID(320)
|
|
||||||
endif
|
|
||||||
UnregisterForMenu("ContainerMenu")
|
|
||||||
|
|
||||||
EndEvent
|
|
Loading…
Reference in New Issue
Block a user