4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
428 B

Scriptname _00E_MQ12b_NobleToMarketDoorSC extends ObjectReference
Event OnInit()
Self.BlockActivation()
EndEvent
Event OnActivate(ObjectReference akActionRef)
If MQ12b.GetCurrentStageID() >= 5 && MQ12b.GetCurrentStageID() < 25
if akActionRef == Game.GetForm(0x14)
_00E_sDoorLocked.Show()
endif
Else
Self.Activate(akActionRef, true)
EndIf
EndEvent
Quest Property MQ12b Auto
Message Property _00E_sDoorLocked Auto