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