I am busy doing a small Lua project which involves an array containing the entire map on an array, and because I cannot use a 1D array to do this, I need to know how I could create a 2D array if it is possible to do so.
EDIT: I think it might be something like this but I am not sure:
1
array2d = {}{}
Thanks,
DannyDeth.