2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ26_PathiraStuckSceneFailsaveSC extends ReferenceAlias
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if akActionRef == PlayerREF && NQ26.GetCurrentStageID() >= 30 && NQ26.GetCurrentStageID() <= 35 && !bDone
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
bDone = True
|
|
|
|
If !NQ26_SC2.IsPlaying()
|
|
|
|
NQ26_SC2.ForceStart()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
bool bDone
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
Quest Property NQ26 Auto
|
|
|
|
|
|
|
|
Scene Property NQ26_SC2 Auto
|