Merged changed HumanHeart tracking

This commit is contained in:
Eddoursul 2024-01-19 22:40:03 +01:00
parent 2e41a7ef8d
commit c79a974281
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,14 +7,16 @@ Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldCo
bDone = True bDone = True
FS_NQR03.SetObjectiveDisplayed(40, True, True) FS_NQR03.SetObjectiveDisplayed(40, True, True)
ElseIf akOldContainer == PlayerREF ElseIf akOldContainer == PlayerREF
Ingredient rNessahsHeart = GetBaseObject() as Ingredient
if akNewContainer if akNewContainer
akNewContainer.RemoveItem(_00E_FS_NQR03_NessahsHeart, 1, true) akNewContainer.RemoveItem(rNessahsHeart, 1, true)
else else
Disable() Disable()
Delete() Delete()
endif endif
PlayerREF.AddItem(_00E_FS_NQR03_NessahsHeart, 1, true) PlayerREF.AddItem(rNessahsHeart, 1, true)
_00E_FS_CantDropItemMessage.Show() _00E_FS_CantDropItemMessage.Show()
EndIf EndIf
EndIf EndIf
@ -25,8 +27,6 @@ bool bDone
Actor Property PlayerREF Auto Actor Property PlayerREF Auto
Ingredient Property _00E_FS_NQR03_NessahsHeart Auto
_00E_FS_NQR03_Functions Property FS_NQR03 Auto _00E_FS_NQR03_Functions Property FS_NQR03 Auto
Message Property _00E_FS_CantDropItemMessage Auto Message Property _00E_FS_CantDropItemMessage Auto