4
Fork 0

Fixed the warning on the Nobles Quarter gates during Black Light Part 2 getting triggered by NPCs

master
Eddoursul 2 years ago
parent 5063f9949a
commit aeceee87b3
  1. BIN
      scripts/_00e_mq12b_nobletomarketdoorsc.pex
  2. 4
      source/scripts/_00e_mq12b_nobletomarketdoorsc.psc

@ -5,8 +5,10 @@ Event OnInit()
EndEvent
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()
endif
Else
Self.Activate(akActionRef, true)
EndIf

Loading…
Cancel
Save