Documenting autotrade

It's similar enough to automelt to share a section, right?
develop
Eric Wald 2014-11-06 22:41:16 -07:00
parent ea5fff7903
commit 308e95defe
2 changed files with 10 additions and 6 deletions

@ -3344,12 +3344,14 @@ enabled materials, you should be able to place complex constructions more conven
</div>
<div class="section" id="stockpile-automation">
<h2><a class="toc-backref" href="#id161">Stockpile Automation</a></h2>
<p>Enable the automelt plugin in your dfhack.init with:</p>
<p>Enable the automelt or autotrade plugins in your dfhack.init with:</p>
<pre class="literal-block">
enable automelt
enable autotrade
</pre>
<p>When querying a stockpile an option will appear to toggle automelt for this stockpile.
Any items placed in this stockpile will be designated to be melted.</p>
<p>When querying a stockpile, options will appear to toggle automelt and/or autotrade for this stockpile.
When automelt is enabled for a stockpile, any meltable items placed in it will be designated to be melted.
When autotrade is enabled for a stockpile, any items placed in it will be designated to be taken to the Trade Depot whenever merchants are on the map.</p>
</div>
<div class="section" id="track-stop-menu">
<h2><a class="toc-backref" href="#id162">Track Stop Menu</a></h2>

@ -2669,12 +2669,14 @@ enabled materials, you should be able to place complex constructions more conven
Stockpile Automation
====================
Enable the automelt plugin in your dfhack.init with::
Enable the automelt or autotrade plugins in your dfhack.init with::
enable automelt
enable autotrade
When querying a stockpile an option will appear to toggle automelt for this stockpile.
Any items placed in this stockpile will be designated to be melted.
When querying a stockpile, options will appear to toggle automelt and/or autotrade for this stockpile.
When automelt is enabled for a stockpile, any meltable items placed in it will be designated to be melted.
When autotrade is enabled for a stockpile, any items placed in it will be designated to be taken to the Trade Depot whenever merchants are on the map.
Track Stop Menu
===============