function item.create(type, commands) local object = {} for i = 1, #commands do object[commands] i = i + 1 end return object end