1
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.
 
 
 

16 lines
361 B

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