2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ12b_SC10_GearSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnInit()
|
|
|
|
|
|
|
|
Self.BlockActivation(True)
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If (MQ12b.GetCurrentStageID() <= 85)
|
2021-10-05 22:15:58 +00:00
|
|
|
Self.Activate(Game.GetPlayer(), True)
|
2024-01-10 14:08:24 +00:00
|
|
|
MQ12b.SetCurrentStageID(100)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property MQ12b Auto
|