4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
423 B

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