Scriptname _00E_MQ13b_SC11_ReliefSC extends ObjectReference  

Event OnActivate(ObjectReference akActionRef)

	If !bDone && !MQ13b.bCurrentlySpeaking
		If MQ13b.SayLine(__Config_iExplanationLine)
			bDone = True
		Else
			Utility.Wait(2)
			Return
		EndIf
	Else
		; This is a failsave to ensure the quest doesn't get stuck
		Utility.Wait(6)
		MQ13b.bCurrentlySpeaking = 0
	EndIf
		
EndEvent

bool bDone

int Property __Config_iExplanationLine Auto
_00E_MQ13b_Functions Property MQ13b Auto