line :27: Expected end of tag 'parameters'
that comes up when I try to play with my faction im working on but ive no idea whats wrong!
heres the code I changed at that came up it was a upgrade requirement change and thats it but this comes up now it worked fine before to.
[code <fields>
<field value="land"/>
</fields>
<properties/>
<light enabled="false"/>
<unit-requirements>
</unit-requirements>
<upgrade-requirements/>
<upgrade name="class_up"/>
</upgrade-requirements>
<resource-requirements>
<resource name="wood" amount="50"/>
<resource name="gold" amount="100"/>
<resource name="food" amount="2"/>
</resource-requirements>
<resources-stored/>
<image path="images/guard.bmp"/>
<image-cancel path="../acrobat/images/tech_cancel.bmp"/>
<meeting-point value="false"/>
code]