Hi, I am trying to parse the below data, to be able to pull the the information, kind of like reading an INI file. But the format is completely different. Any suggestions on how to go about doing this?
Thanks for any tips.
MapNotes_Data = {
[1] = {
[1] = {
[1] = {
["creator"] = "Sar",
["inf1"] = "",
["inf2"] = "",
["in2c"] = 0,
["name"] = "Cull",
["ncol"] = 0,
["xPos"] = 0.355289,
["yPos"] = 0.336826,
["in1c"] = 0,
["icon"] = 0,
},
[2] = {
["creator"] = "Sar",
["inf1"] = "",
["inf2"] = "",
["in2c"] = 0,
["name"] = "Bottle of Disease",
["ncol"] = 0,
["in1c"] = 0,
["yPos"] = 0.714072,
["icon"] = 0,
["xPos"] = 0.758483,
},
},
},
}