2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ15_SC05_Failsafe extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if akActionRef == PlayerREF && !NQ15_SC5.IsPlaying() && NQ15.GetCurrentStageID() == 210
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
NQ15_SC5.ForceStart()
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Quest Property NQ15 Auto
|
|
|
|
Scene Property NQ15_SC5 Auto
|