Thread: SavedVars
View Single Post
06/15/18, 05:15 PM   #5
Tarlac
 
Tarlac's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2018
Posts: 10
Addon showing during scene change

OK I have almost finished but am running into a small little issue. I only want my addon to be displayed when the normal scene is up . I found command to add as fragment
Lua Code:
  1. local fragment = ZO_SimpleSceneFragment:New(CashierWindow)
  2. HUD_UI_SCENE:AddFragment(fragment)
and this works if it was to be only the cursor scene. I am not sure what the scene names are, is there a listing of them? Or does anyone know what scene is the main scene so like when you open up your map … for example the addon disappears. Then comes back after you close map.

Thanks Tarlac.
  Reply With Quote