View Single Post
06-17-15, 12:55 PM   #1
gempir
A Black Drake
 
gempir's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 84
Overwrite SavedVariables and save them

I want to change some Global Variables that get loaded from Skada. So that Skada takes over my exact Skada settings when my Addon gets loaded.

The problem is I don't know how to change the global Variables for Skada and change them permanently.

Something like
Lua Code:
  1. SkadaDB.profiles.Default.windows.x = -50

Is what I want to manipulate, but declaring it in my addon doesn't do anything.
  Reply With Quote