15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
Scriptname _00E_NQ15_SC05_Failsafe extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
if akActionRef == PlayerREF && !NQ15_SC5.IsPlaying() && NQ15.GetStage() == 210
|
|
|
|
NQ15_SC5.ForceStart()
|
|
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Actor Property PlayerREF Auto
|
|
Quest Property NQ15 Auto
|
|
Scene Property NQ15_SC5 Auto |