<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to take energy out of a link]]></title><description><![CDATA[<p>How do I do it? I want to use it to make my towers powered more efficiently but I don't know how to make my creeps pull energy from a link.</p>
]]></description><link>http://screeps.com/forum/topic/3271/how-to-take-energy-out-of-a-link</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 01:43:24 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/3271.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Mar 2023 03:43:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to take energy out of a link on Invalid Date]]></title><description><![CDATA[<p>How do I do it? I want to use it to make my towers powered more efficiently but I don't know how to make my creeps pull energy from a link.</p>
]]></description><link>http://screeps.com/forum/post/16698</link><guid isPermaLink="true">http://screeps.com/forum/post/16698</guid><dc:creator><![CDATA[Virus_377b2d]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How to take energy out of a link on Invalid Date]]></title><description><![CDATA[<p>you withdraw it bro</p>
]]></description><link>http://screeps.com/forum/post/16699</link><guid isPermaLink="true">http://screeps.com/forum/post/16699</guid><dc:creator><![CDATA[LeTsCrEEp]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How to take energy out of a link on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/5391">@letscreep</a> but how</p>
]]></description><link>http://screeps.com/forum/post/16703</link><guid isPermaLink="true">http://screeps.com/forum/post/16703</guid><dc:creator><![CDATA[Virus_377b2d]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How to take energy out of a link on Thu, 23 Mar 2023 07:32:12 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/6524">@virus_377b2d</a></p>
<pre><code>const link = Game.getObjectById(&quot;...&quot;);
const creep = Game.creeps.mycreep;
if(creep.withdraw(link, RESOURCE_ENERGY) == ERR_NOT_IN_RANGE) {
    creep.moveTo(link);
}
</code></pre>
]]></description><link>http://screeps.com/forum/post/16704</link><guid isPermaLink="true">http://screeps.com/forum/post/16704</guid><dc:creator><![CDATA[KyberPrizrak]]></dc:creator><pubDate>Thu, 23 Mar 2023 07:32:12 GMT</pubDate></item></channel></rss>