1
Fork 0

Fixed AT_HomeInventoryUpdate event listener

ae-1.6.629
Eddoursul 2 years ago
parent f312441f13
commit 805d9948b8
  1. BIN
      Scripts/ArtifactTrackerPlayer.pex
  2. BIN
      Scripts/PlayerBookShelfContainerScript.pex
  3. 3
      Source/Scripts/ArtifactTrackerPlayer.psc

Binary file not shown.

@ -95,9 +95,8 @@ Event OnUpdate()
EndEvent
event OnHomeInventoryUpdate()
event OnHomeInventoryUpdate(string eventName, string strArg, float numArg, Form sender)
if bAtHome
Debug.Notification("Triggered AT_HomeInventoryUpdate")
SyncCellStorage()
endif
endevent

Loading…
Cancel
Save