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.
 
 
 

15 lines
332 B

Scriptname _00E_NQ15_SC05_Failsafe extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && !NQ15_SC5.IsPlaying() && NQ15.GetCurrentStageID() == 210
NQ15_SC5.ForceStart()
EndIf
EndEvent
Actor Property PlayerREF Auto
Quest Property NQ15 Auto
Scene Property NQ15_SC5 Auto