22 lines
423 B
Plaintext
22 lines
423 B
Plaintext
Scriptname _00E_NQ26_PathiraStuckSceneFailsaveSC extends ReferenceAlias
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
if akActionRef == PlayerREF && NQ26.GetCurrentStageID() >= 30 && NQ26.GetCurrentStageID() <= 35 && !bDone
|
|
|
|
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 |