2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ11b_SC05_JesparSC extends ReferenceAlias
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if akActionRef == Game.GetPlayer() && MQ11b.GetCurrentStageID() == 230
|
|
|
|
MQ11b.SetCurrentStageID(235)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property MQ11b Auto
|