Block loot menus on Cuthbert's grave

This commit is contained in:
Eddoursul 2024-01-31 20:48:17 +01:00
parent 5100978937
commit 317826b960
2 changed files with 8 additions and 1 deletions

View File

@ -2,9 +2,16 @@ Scriptname _00E_FS_NQ07_ErdhaufenScript extends ObjectReference
Quest Property FS_NQ07 Auto Quest Property FS_NQ07 Auto
event OnInit()
; Block loot menus
BlockActivation()
endevent
Event OnActivate(ObjectReference akActionRef) Event OnActivate(ObjectReference akActionRef)
Utility.Wait(0.5) Activate(Game.GetForm(0x14) as Actor, true)
Utility.Wait(0.2)
if FS_NQ07.GetCurrentStageID() == 310 if FS_NQ07.GetCurrentStageID() == 310
FS_NQ07.SetCurrentStageID(320) FS_NQ07.SetCurrentStageID(320)