19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
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
|