1. Just a really simple question. Are Tables in LUA saved?
     
  2. Wulf

    Wulf Community Admin

    They are saved if you save then somewhere.
     
  3. How can I save them in the data folder as many do?
    Just using same like the Config?
    Like
    Code:
    self.Data.Number = {
    "1",
    "2",
    "3"
    }
     
  4. Wulf

    Wulf Community Admin

    The Docs link at the top of the page has the answer. ;)
     
  5. Well, its harder then I tought to understand how exactly it is working. ^^
     
  6. Yeah,the code is given. But I mean to exactly understand how to use it, and what happens if I do what and those details.
     
  7. Wulf

    Wulf Community Admin

    The code: create a table, save it to file, read it on plugin load.