4
Fork 0

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

development
Eddoursul 3 months ago
parent d7abf2a3aa
commit 018f37e502
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_cqc06_getcaliasc.pex
  3. 4
      source/scripts/_00e_cqc06_getcaliasc.psc

Binary file not shown.

Binary file not shown.

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

Loading…
Cancel
Save