I'm trying to do something like:
a = {move1="oi", move2="oi2"}
for x=1, #a do
print(a.move..x)
end
I can not explain very well, but what I'm trying to do is this:
print(a.move..x)
getting print(a.move1) and next print(a.move2...
asked by
02.11.2014 / 02:20