Scriptname _00E_MQ07b_SC02_FailsaveSC extends ObjectReference Event OnTriggerEnter(ObjectReference akActionRef) if akActionRef == PlayerREF && MQ07b.GetCurrentStageID() == 35 AllowIdleChatter.SetValue(0) _00E_PlayerFunctions.GetSoundControl().RemoveCombatSoundtracks() if !MQ07b_SC02_Lishari.IsPlaying() MQ07b_SC02_Lishari.ForceStart() EndIf EndIf EndEvent bool bDone GlobalVariable Property AllowIdleChatter Auto Actor Property PlayerREF Auto Quest Property MQ07b Auto Scene Property MQ07b_SC02_Lishari Auto