i have a question regarding concatenating things, how can i make something like this work?
[lua]for i=1, 3 do
if t[i].part… i… .color) == “blue” then
table.insert(parts2Group, t[i].part… i)
end
end[/lua]
any help is appreciated [import]uid: 16142 topic_id: 18198 reply_id: 318198[/import]
i have images for part1, part2,part3 in a table and each of this parts have a .color attached to them
and i want to check what parts come with “green” color and put them to separate table
and i want it without copy\paste code) [import]uid: 16142 topic_id: 18198 reply_id: 69766[/import]
I decide that i can live without all this concatenate troubles and will do things other way)
anyway, thanks for support Peach) [import]uid: 16142 topic_id: 18198 reply_id: 69867[/import]