Removed "Use Emotion Animation" from "You have my word, my fair lady", preventing Jespar from bowing
This commit is contained in:
parent
d7abf2a3aa
commit
018f37e502
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user