Removed "Use Emotion Animation" from "You have my word, my fair lady", preventing Jespar from bowing

This commit is contained in:
Eddoursul 2024-01-23 20:47:51 +01:00
parent d7abf2a3aa
commit 018f37e502
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -14,7 +14,7 @@ EndEvent
Event OnTriggerLeave(ObjectReference akActionRef) Event OnTriggerLeave(ObjectReference akActionRef)
If bDone && !CQC06.IsCompleted() && akActionRef == PlayerREF If bDone && (akActionRef == PlayerREF) && !CQC06.IsCompleted()
bDone = False bDone = False
EndIf EndIf
@ -32,8 +32,8 @@ Function CheckForCalia()
If (GameHour.GetValue() < 18) && (GameHour.GetValue() > 4) If (GameHour.GetValue() < 18) && (GameHour.GetValue() > 4)
_00E_CQC06_sComeBackLater.Show() _00E_CQC06_sComeBackLater.Show()
Else Else
CQC06.SetCurrentStageID(10)
bDone = True bDone = True
CQC06.SetCurrentStageID(10)
EndIf EndIf
EndIf EndIf