12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
|
Scriptname _00E_MQ17_SC09_TriggerSC extends ObjectReference
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
if MQ17.GetStage() <= 140
|
||
|
MQ17.SetStage(140)
|
||
|
Self.Disable()
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Quest Property MQ17 Auto
|