21 lines
363 B
Plaintext
21 lines
363 B
Plaintext
Scriptname _00E_FS_NQ07_ErdhaufenScript extends ObjectReference
|
|
|
|
Quest Property FS_NQ07 Auto
|
|
|
|
event OnInit()
|
|
; Block loot menus
|
|
BlockActivation()
|
|
endevent
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
Activate(Game.GetForm(0x14) as Actor, true)
|
|
|
|
Utility.Wait(0.2)
|
|
|
|
if FS_NQ07.GetCurrentStageID() == 310
|
|
FS_NQ07.SetCurrentStageID(320)
|
|
endif
|
|
|
|
Endevent
|