UltimaReturns
New Member
Is there a way to move all items from a container to another one? I know I can move them by serial or type, but is there a way to either move all items in a single function or iterate through each item in a container? I've tried using 'all' and 'any' with move type but no luck. Didn't see anything in the docs or with my google search either so figured I'd reach out here. I'd like to make something that will take all the items out of treasure chests I dig up and put them in my beetle for me.