Combine and Commodify Resources
Commodifier Call Variants:
Commodifier(stackSize);
Commodifier(stackSize, useCommodityDeeds);
Commodifier(stackSize, useCommodityDeeds, useSpecificArray);
Arguments:
stackSize: integer. Size of stacks to create.
useCommodityDeeds: boolean. Use commodity deed on complete stacks. Default value: true.
useSpecificArray: array [[graphicId, colorId]]. If this is specified, only items included in the array will be combined. Default: false. Everything is combined
Commodifier will first Combine everything to the stackSize you set and then use a commodity deed on any stacks that meet the stackSize.
You must have commodity deeds in either your bank or the commodity deed box you target if useCommodityDeeds is true.
Has been pretty thoroughly tested, but I'd not be surprised at all if someone is able to break it! Please let me know specific details if you find any bugs!