View Single Post
11/16/23, 03:01 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
SV is a global table with the name you specify at the txt file per ## SavedVariables: <globalName>

So your can read your sv file on the disk and you see the contents like
<globalName> = {
["@AccountName"] = {
["Charactername here"] = { ....


Just update it like this then:
<globalName>["@AccountName"]["Charactername here"]["variableName"] = xyz

Last edited by Baertram : 11/16/23 at 04:01 AM.
  Reply With Quote