I’ve been going over the code university, the text files, but I’m not understanding this bit.
I want to make an array 20x20, and be able to read data at any single point (5,7 etc.) I can’t seem to find any unique entries to call a specific point. It seems, to my eyes, like all the data storage are called the same thing, so I don’t see how to find specific data. I understand that a SQL db would sort of do what I am looking for, but I’d like to wrap my head around how lua tables work. Is there a less general tutorial out there?
Thanks in advance.