enderalse/source/scripts/_00e_mq07b_sc02_failsavesc.psc

26 lines
544 B
Plaintext

Scriptname _00E_MQ07b_SC02_FailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && MQ07b.GetCurrentStageID() == 35
AllowIdleChatter.SetValue(0)
_00E_PlayerFunctions.GetCombatMusicControl().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