if (otherContainers.length > 0) {
            creep.whenInRange(1, otherContainers[0], () => {
                creep.withdraw(otherContainers[0], RESOURCE_ENERGY);
            });