<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Barons of the Galaxy Forum - Feature Requests - If-Goto logic for unit commands - Messages</title>
<link>http://forum.baronsofthegalaxy.com/topic2640-ifgoto-logic-for-unit-commands.aspx</link>
<description>Barons of the Galaxy Forum - Feature Requests - If-Goto logic for unit commands - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Jitbit AspNetForum</generator>
<pubDate>Thu, 01 Jun 2017 09:36:57 GMT</pubDate>
<lastBuildDate>Thu, 01 Jun 2017 09:36:57 GMT</lastBuildDate>
<item>
<link>http://forum.baronsofthegalaxy.com/topic2640-ifgoto-logic-for-unit-commands.aspx</link>
<title>Message from Teluna</title>
<description><![CDATA[Being able to auto rotate production for things like Pastures and Farms would be lovely, especially if it can avoid the turn delay on production swap. Alternatively, being able to split production on one farm or pasture to produce like half beef half fish each turn might also be neat, though that might be a little too much.]]></description>
<pubDate>Thu, 01 Jun 2017 09:36:57 GMT</pubDate>
</item>
<item>
<link>http://forum.baronsofthegalaxy.com/topic2640-ifgoto-logic-for-unit-commands.aspx</link>
<title>Message from Doctor Dread</title>
<description><![CDATA[Giving the loop command at least two options to go to based on something that can be checked isn't too difficult honestly. But I don't want to get into programming your corporations "AI" to always buy and sell a the best prices. It's like you're botting the gameplay. I would rather make it much easier to actually switch to different products across your chain. For example, select a couple of structures and a couple of transports that are shipping it around and then say "Switch Moscow to Warsaw" and "Poultry to Beef" and it will switch the production and any orders that have those cities or product types to the other ones in one show. It might be a "Mass Change Orders" option from assets]]></description>
<pubDate>Wed, 31 May 2017 08:32:20 GMT</pubDate>
</item>
<item>
<link>http://forum.baronsofthegalaxy.com/topic2640-ifgoto-logic-for-unit-commands.aspx</link>
<title>Message from Tahujoe</title>
<description><![CDATA[It's the most basic logical command structure, since the unit programs already look like assembly.  Basically, expand the loop command (goto n times/infinitely) with conditionals and allow it to point further ahead in the program.<br/><br/>Not sure if I can come up with a complete list of conditions to check, but comparing resources to each other would be a good start.  Minor snippet as an example:<br/><br/>10 ifgoto beef &lt; poultry 40<br/>20 pickup beef all<br/>30 ifgoto true 50 // alternatively loop 50 infinitely<br/>40 pickup poultry all<br/>50 ...]]></description>
<pubDate>Tue, 30 May 2017 21:39:46 GMT</pubDate>
</item>
</channel>
</rss>
