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.
 
 
 

18 lines
479 B

Scriptname _00E_MQ09a_TempleFailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
If !bDone && akActionRef == PlayerREF
If (MQ09a.GetStage() >= 140 && MQ09a.GetStage() < 155) && !MQ08_IntoTheDeep_SceneTempleInside.IsPlaying()
bDone = True
MQ08_IntoTheDeep_SceneTempleInside.ForceStart()
EndIf
EndIf
EndEvent
bool bDone
Actor Property PlayerREF Auto
Quest Property MQ09a Auto
Scene Property MQ08_IntoTheDeep_SceneTempleInside Auto