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.
 
 
 

26 lines
539 B

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