View Single Post
12/20/14, 07:26 AM   #11
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by circonian View Post
I managed to get it to work by doing this specifying two SavedVariables & the path to the library in each addon.
Lua Code:
  1. ## Title: Click4Info
  2. ## APIVersion: 100010
  3. ## OptionalDependsOn: LibAddonMenu-2.0
  4. ## SavedVariables: Click4InfoSavedVars
  5. ## SavedVariables: Need4ResearchVars
I tried to use two saved variables in one addon before, but it randomly failed to save them on ui reloads.
  Reply With Quote