Hi,
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]