hatchman wrote:Map Inspect revealed no doors to me...

I rechecked the xml
From map inspect:
Towers (4) | 4 |
Desert Tower <2> ==> Baron {3} Castle <4>
Field Tower <2> ==> Abbot {3} Castle <4>
Forest Tower <2> ==> Castle <4> Duke {3}
Mountain Tower <2> ==> Castle <4> Viscount {3}
Tower border with adjacent territories and castle.
So you have to take the tower to go to the castle.
For a better explanation here a part of the xml file for a tower and his adjacent territory:
Mountain TowerCode: Select all
<territory>
<name>Mountain Tower</name>
<borders>
<border>Castle</border>
<border>Viscount</border>
</borders>
<bombardments>
<bombardment>Ridge</bombardment>
</bombardments>
<coordinates>
<smallx>305</smallx>
<smally>293</smally>
<largex>406</largex>
<largey>382</largey>
</coordinates>
<neutral>2</neutral>
</territory>
ViscountCode: Select all
<territory>
<name>Viscount</name>
<borders>
<border>Baron</border>
<border>Bishop</border>
<border>Duke</border>
<border>Knight</border>
<border>Mountain Tower</border>
</borders>
<coordinates>
<smallx>351</smallx>
<smally>282</smally>
<largex>469</largex>
<largey>367</largey>
</coordinates>
</territory>
Obviously the door is the graphic way to explain this
thenobodies80