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.
 
 
 

23 lines
488 B

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