Thread: Scene_manager
View Single Post
08/19/18, 05:04 PM   #5
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()
  2. --return true to abort the function now WITHOUT calling the original function code of AnimateNextShow
  3. --afterwards
  4. return true
  5. end)
Maybe this helps or breaks all
It works, you are a magnificent person!
  Reply With Quote