2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ07b_SC02_FailsaveSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if akActionRef == PlayerREF && MQ07b.GetCurrentStageID() == 35
|
2021-10-05 22:15:58 +00:00
|
|
|
|
2024-01-09 22:00:18 +00:00
|
|
|
AllowIdleChatter.SetValue(0)
|
2024-02-05 02:17:04 +00:00
|
|
|
_00E_PlayerFunctions.GetSoundControl().RemoveCombatSoundtracks()
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
if !MQ07b_SC02_Lishari.IsPlaying()
|
|
|
|
MQ07b_SC02_Lishari.ForceStart()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
bool bDone
|
|
|
|
|
2024-01-09 22:00:18 +00:00
|
|
|
GlobalVariable Property AllowIdleChatter Auto
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
Quest Property MQ07b Auto
|
|
|
|
|
2024-02-05 02:17:04 +00:00
|
|
|
Scene Property MQ07b_SC02_Lishari Auto
|