Fixed the warning on the Nobles Quarter gates during Black Light Part 2 getting triggered by NPCs
This commit is contained in:
parent
5063f9949a
commit
aeceee87b3
Binary file not shown.
@ -5,12 +5,14 @@ Event OnInit()
|
|||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
Event OnActivate(ObjectReference akActionRef)
|
Event OnActivate(ObjectReference akActionRef)
|
||||||
If MQ12b.GetStage() >= 5 && MQ12b.GetStage() < 25
|
If MQ12b.GetCurrentStageID() >= 5 && MQ12b.GetCurrentStageID() < 25
|
||||||
_00E_sDoorLocked.Show()
|
if akActionRef == Game.GetForm(0x14)
|
||||||
|
_00E_sDoorLocked.Show()
|
||||||
|
endif
|
||||||
Else
|
Else
|
||||||
Self.Activate(akActionRef, true)
|
Self.Activate(akActionRef, true)
|
||||||
EndIf
|
EndIf
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
Quest Property MQ12b Auto
|
Quest Property MQ12b Auto
|
||||||
Message Property _00E_sDoorLocked Auto
|
Message Property _00E_sDoorLocked Auto
|
||||||
|
Loading…
Reference in New Issue
Block a user