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