1
Fork 0

Increased delay for PlayerBookShelfContainerScript

ae-1.6.629
Eddoursul 2 years ago
parent b598d8fe38
commit 477029e357
  1. BIN
      Scripts/ArtifactTrackerPlayer.pex
  2. 2
      Source/Scripts/ArtifactTrackerPlayer.psc

Binary file not shown.

@ -149,7 +149,7 @@ state AtHome
if bookShelf
ObjectReference ref = bookShelf
bookShelf = None
Utility.wait(0.5)
Utility.wait(1.0)
int iLimit = 10
while iLimit > 0 && (ref as PlayerBookShelfContainerScript).GetState() == "PlacingBooks"
iLimit -= 1

Loading…
Cancel
Save