user1224797
0
Q:

making an array lua

local Table = {"A", "B", "C", 1, 2, 3} -- Tables can have multiple value types.
print(Table[3]) -- Lua table indices start at 1 rather than 0.
3
tbl = {"yes"}
tbl[1]
-- Arrays/Tables start at 1
4

New to Communities?

Join the community