Time Nick Message 19:42 w_laenger hi 19:43 rubenwardy Chitter chatter is in #minetest, modding questions here (or in #minetest) 19:44 rubenwardy :P 19:44 w_laenger http://pastebin.com/R3HLnzdS 19:44 w_laenger I need to know how to copy a table 19:47 rubenwardy http://lua-users.org/wiki/CopyTable 19:47 rubenwardy See deep copy 19:48 rubenwardy Include that code (ie: copy and paste it into your lua file) 19:48 rubenwardy do new = deepcopy(old)