View Single Post
05/18/14, 07:51 PM   #8
Azbandar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 9
Originally Posted by Garkin View Post
If you want, post your code here or to pastebin.com and I will try to figure out what is wrong.

Lua Code:
  1. local fragment = ZO_SimpleSceneFragment:New(FillingUp)
  2.  
  3. local sceneHud = SCENE_MANAGER:GetScene("hud")
  4. local sceneHudUI = SCENE_MANAGER:GetScene("hudui")
  5.  
  6. sceneHud:AddFragment(fragment)
  7. sceneHudUI:AddFragment(fragment)


There's a lot more, but this is the only spot not working. The code works 100% to the "end" before this. I'm thinking it's just too late and I can't think, but any help would be greatly appreciated. If you need the entire code, let me know.

This is what I have that seems to disable every menu option I have.

Last edited by Azbandar : 05/18/14 at 07:53 PM.
  Reply With Quote