Thread: Scene_manager
View Single Post
08/19/18, 05:16 PM   #6
KLISK
 
KLISK's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2018
Posts: 21
Originally Posted by Baertram View Post
Lua Code:
  1. ZO_PreHook(LOOT_WINDOW_FRAGMENT,  "AnimateNextShow", function() return true end)
Can I do something like this with "INVENTORY_FRAGMENT" to turn off the animation. Instead of "INVENTORY_FRAGMENT.duration = 0"
  Reply With Quote