View Single Post
11/28/14, 02:10 PM   #1
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
adding new saved variables

Is there a way to add a new "default" saved var to my existing variables without having to change the version number and clear out current user's saved var file?

is it easy as just adding the new value to my code on addon load?

Code:
MYADDON.savedVariables.AutoSaveChanges = 0
  Reply With Quote