View Single Post
05-03-13, 06:17 AM   #1
Mazzop
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 74
Data input ingame

Hi, i am looking for a way to mass input saved variables ingame. Currently i copy it from our guild website directly to savedvariables file, but that requires game to be turned off

LootHours= {
["Player1"] = 14,
["Player2"] = 5,
["Player3"] = 11,
["Player4"] = 16,
}

is there a way to do it ingame? I could change format of that data to one string with some seperators and then work with that if that helps, but our roster is 50+ players, so it would not fit into normal chat anyway. I am totally green with XML.
  Reply With Quote