I have an example table like this:
["1"] = {100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
I want to make a script that generates this kind of table, i know how to use table.insert() though.
Here’s my question.
I want to make a function that generates all those 0 and 100’s at once, and not doing it all manually.
…how do I do this?
I know you may be really confused by this but I don’t have a better way explaining all this.