2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ07a_SC14_SigilShardsSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If (MQ07a.GetCurrentStageID() == 200) && (akActionRef == Game.GetPlayer())
|
|
|
|
MQ07a.SetCurrentStageID(205)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property MQ07a Auto
|