continent>
<name>At Least Three Shields</name>
<bonus>0</bonus>
<components>
<territory>Shield 1</territory>
<territory>Shield 2</territory>
<territory>Shield 3</territory>
<territory>Shield 4</territory>
<territory>Shield 5</territory>
<territory>Shield 6</territory>
</components>
<required>3</required>
</continent>
<objective>
<name>Objective</name>
<components>
<territory>Troadians</territory>
<continent>At Least Three Shields</continent>
</components>
</objective>
Its these going to work?
Are you want to tell me that its not possible to create XML code where you have two objectives who must be connected?
<objective>
<name>Win</name>
<components>
<territory>Troadian 1</territory>
<territory>Troadian 2</territory>
<territory>Troadian 3</territory>
<territory>Shield 1</territory>
<territory>Shield 2</territory>
<territory>Shield 3</territory>
</components>
</objective>
<objective>
<name>Win</name>
<components>
<territory>Troadian 1</territory>
<territory>Troadian 2</territory>
<territory>Troadian 3</territory>
<territory>Shield 1</territory>
<territory>Shield 3</territory>
<territory>Shield 4</territory>
</components>
</objective>
<objective>
<name>Win</name>
<components>
<territory>Troadian 1</territory>
<territory>Troadian 2</territory>
<territory>Troadian 3</territory>
<territory>Shield 1</territory>
<territory>Shield 4</territory>
<territory>Shield 5</territory>
</components>
</objective>
<objective>
<name>Win</name>
<components>
<territory>Troadian 1</territory>
<territory>Troadian 2</territory>
<territory>Troadian 3</territory>
<territory>Shield 2</territory>
<territory>Shield 3</territory>
<territory>Shield 4</territory>
</components>
</objective>
<objective>
<name>Win</name>
<components>
<territory>Troadian 1</territory>
<territory>Troadian 2</territory>
<territory>Troadian 3</territory>
<territory>Shield 2</territory>
<territory>Shield 3</territory>
<territory>Shield 5</territory>
</components>
</objective>
<objective>
<name>Win</name>
<components>
<territory>Troadian 1</territory>
<territory>Troadian 2</territory>
<territory>Troadian 3</territory>
<territory>Shield 2</territory>
<territory>Shield 4</territory>
<territory>Shield 5</territory>
</components>
</objective>
These XML code confusing me,because i have only one territory Troadians not 3.
Maybe will these work.
<objective>
<name>Capture Troadians and any 3 Shields</name>
<components>
<territory>Troadian</territory>
<territory>Shield 1(name of territory)</territory>
<territory>Shield 2(name of territory)</territory>
<territory>Shield 3(name of territory)</territory>
</components>
</objective>
<objective>
<name>Capture Troadians and any 3 Shields</name>
<components>
<territory>Troadian</territory>
<territory>Shield 1(name of territory)</territory>
<territory>Shield 2(name of territory)</territory>
<territory>Shield 4(name of territory)</territory>
</components>
</objective>
<objective>
<name>Capture Troadians and any 3 Shields</name>
<components>
<territory>Troadian</territory>
<territory>Shield 1(name of territory)</territory>
<territory>Shield 2(name of territory)</territory>
<territory>Shield 5(name of territory)</territory>
</components>
</objective>
<objective>
<name>Capture Troadians and any 3 Shields</name>
<components>
<territory>Troadian</territory>
<territory>Shield 1(name of territory)</territory>
<territory>Shield 2(name of territory)</territory>
<territory>Shield 6(name of territory)</territory>
</components>
</objective>
<objective>
<name>Capture Troadians and any 3 Shields</name>
<components>
<territory>Troadian</territory>
<territory>Shield 1(name of territory)</territory>
<territory>Shield 2(name of territory)</territory>
<territory>Shield 7(name of territory)</territory>
</components>
</objective>
..................................................................................
i need to put all combinations what can create 3 Shields+Troadians?