1
Fork 0

Merged changed HumanHeart tracking

development
Eddoursul 4 months ago
parent 2e41a7ef8d
commit c79a974281
  1. BIN
      Enderal - Forgotten Stories.esm
  2. BIN
      Remove script from Human Heart.esp
  3. BIN
      scripts/_00e_fs_nqr03_heartsc.pex
  4. 8
      source/scripts/_00e_fs_nqr03_heartsc.psc

Binary file not shown.

Binary file not shown.

@ -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

Loading…
Cancel
Save