I want to make in my mod that the only way you can make knights is if you have a castle.
I have used both the tables below but neither work, any help would be great.
<Table name="Unit_Buildings">
<Column name="UnitType" type="text" reference="Units(Type)"/>
<Column name="BuildingType" type="text" reference="Buildings(Type)"/>
</Table>
<Table name="Unit_BuildingClassRequireds">
<Column name="UnitType" type="text" reference="Units(Type)"/>
<Column name="BuildingClassType" type="text" reference="BuildingClasses(Type)"/>
Regards
Riker13
*Edit, I did use the above tables correctly and not as tables, above is just an example of which ones I have used without success.
I have used both the tables below but neither work, any help would be great.
<Table name="Unit_Buildings">
<Column name="UnitType" type="text" reference="Units(Type)"/>
<Column name="BuildingType" type="text" reference="Buildings(Type)"/>
</Table>
<Table name="Unit_BuildingClassRequireds">
<Column name="UnitType" type="text" reference="Units(Type)"/>
<Column name="BuildingClassType" type="text" reference="BuildingClasses(Type)"/>
Regards
Riker13

*Edit, I did use the above tables correctly and not as tables, above is just an example of which ones I have used without success.
