4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
332 B

Scriptname _00E_FS_NQ07_ErdhaufenScript extends ObjectReference
Quest Property FS_NQ07 Auto
Event OnActivate(ObjectReference akActionRef)
RegisterForMenu("ContainerMenu")
Endevent
Event OnMenuClose(String menuName)
if FS_NQ07.GetStage() == 310
FS_NQ07.SetStage(320)
endif
UnregisterForMenu("ContainerMenu")
EndEvent