Scriptname _00E_MQ17_SC09_TriggerSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if MQ17.GetCurrentStageID() <= 140
MQ17.SetCurrentStageID(140)
Self.Disable()
EndIf
EndEvent
Quest Property MQ17 Auto