18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
Scriptname _00E_MQ12b_SC10_GearSC extends ObjectReference
|
|
|
|
Event OnInit()
|
|
|
|
Self.BlockActivation(True)
|
|
|
|
EndEvent
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
If (MQ12b.GetStage() <= 85)
|
|
Self.Activate(Game.GetPlayer(), True)
|
|
MQ12b.SetStage(100)
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Quest Property MQ12b Auto |