Quote from: mipen on June 17, 2015, 10:13:04 AM
The defname you use for the table in the workgiver is different from the table's defname. Try changingCode Select<singleBillGiverDef>WW1BuildingProduction</singleBillGiverDef>
toCode Select<singleBillGiverDef>WW1CraftingTable</singleBillGiverDef>
Gave it a try to the same effect. They just wander around near the table.
Code Select
<?xml version="1.0" encoding="utf-8" ?>
<WorkGivers>
<WorkGiverDef>
<defName>FinishUnfinishedWeapons</defName>
<giverClass>WorkGiver_FinishUnfinishedThings</giverClass>
<workType>Crafting</workType>
<priorityInType>116</priorityInType>
<singleBillGiverDef>WW1CraftingTable</singleBillGiverDef>
<verb>crafting</verb>
<gerund>crafting at</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
<WorkGiverDef>
<defName>DoBillsMakeWeapons</defName>
<giverClass>WorkGiver_DoBill</giverClass>
<workType>Crafting</workType>
<priorityInType>115</priorityInType>
<singleBillGiverDef>WW1CraftingTable</singleBillGiverDef>
<verb>crafting</verb>
<gerund>crafting at</gerund>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef>
</WorkGivers>