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
512 B

Scriptname _00E_MQ07b_SC02_FailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && MQ07b.GetStage() == 35
Levelsystem.SetAllowIdleChatter(False)
Levelsystem.RemoveCombatSoundtracks()
if !MQ07b_SC02_Lishari.IsPlaying()
MQ07b_SC02_Lishari.ForceStart()
EndIf
EndIf
EndEvent
bool bDone
_00E_QuestFunctions Property Levelsystem Auto
Actor Property PlayerREF Auto
Quest Property MQ07b Auto
Scene Property MQ07b_SC02_Lishari Auto