Block loot menus on Cuthbert's grave
This commit is contained in:
parent
5100978937
commit
317826b960
Binary file not shown.
@ -2,9 +2,16 @@ Scriptname _00E_FS_NQ07_ErdhaufenScript extends ObjectReference
|
||||
|
||||
Quest Property FS_NQ07 Auto
|
||||
|
||||
event OnInit()
|
||||
; Block loot menus
|
||||
BlockActivation()
|
||||
endevent
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
Utility.Wait(0.5)
|
||||
Activate(Game.GetForm(0x14) as Actor, true)
|
||||
|
||||
Utility.Wait(0.2)
|
||||
|
||||
if FS_NQ07.GetCurrentStageID() == 310
|
||||
FS_NQ07.SetCurrentStageID(320)
|
||||
|
Loading…
Reference in New Issue
Block a user