Merged changed HumanHeart tracking
This commit is contained in:
parent
2e41a7ef8d
commit
c79a974281
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -7,14 +7,16 @@ Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldCo
|
||||
bDone = True
|
||||
FS_NQR03.SetObjectiveDisplayed(40, True, True)
|
||||
ElseIf akOldContainer == PlayerREF
|
||||
Ingredient rNessahsHeart = GetBaseObject() as Ingredient
|
||||
|
||||
if akNewContainer
|
||||
akNewContainer.RemoveItem(_00E_FS_NQR03_NessahsHeart, 1, true)
|
||||
akNewContainer.RemoveItem(rNessahsHeart, 1, true)
|
||||
else
|
||||
Disable()
|
||||
Delete()
|
||||
endif
|
||||
|
||||
PlayerREF.AddItem(_00E_FS_NQR03_NessahsHeart, 1, true)
|
||||
PlayerREF.AddItem(rNessahsHeart, 1, true)
|
||||
_00E_FS_CantDropItemMessage.Show()
|
||||
EndIf
|
||||
EndIf
|
||||
@ -25,8 +27,6 @@ bool bDone
|
||||
|
||||
Actor Property PlayerREF Auto
|
||||
|
||||
Ingredient Property _00E_FS_NQR03_NessahsHeart Auto
|
||||
|
||||
_00E_FS_NQR03_Functions Property FS_NQR03 Auto
|
||||
|
||||
Message Property _00E_FS_CantDropItemMessage Auto
|
||||
|
Loading…
Reference in New Issue
Block a user