Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
screeps.com/s/pDtmxgHere you can see sometimes the creep will move to get to the link.code:
var rsl = creep.transfer(link, RESOURCE_ENERGY); if (rsl == ERR_NOT_IN_RANGE) { creep.moveTo(link); }