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,8 +5,10 @@ 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
|
||||||
|
if akActionRef == Game.GetForm(0x14)
|
||||||
_00E_sDoorLocked.Show()
|
_00E_sDoorLocked.Show()
|
||||||
|
endif
|
||||||
Else
|
Else
|
||||||
Self.Activate(akActionRef, true)
|
Self.Activate(akActionRef, true)
|
||||||
EndIf
|
EndIf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user