26 lines
512 B
Plaintext
26 lines
512 B
Plaintext
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 |