Bill Bisco
Callous Calling
- Joined
- Apr 28, 2007
- Messages
- 590
If you're having troubles editing the XML and getting it to work correctly in your mod. Post a question here. If you can help; post an answer.
Q1: My Code is:
in an XML file called TestCiv5Units.xml
My Modbuddy Code is:
My Iroquois warrior's Strength is still 6 and not 97. What am I doing wrong?
Q1: My Code is:
Code:
<GameData>
<Units>
<Update>
<Set Combat="97"/>
<Where Type="UNIT_WARRIOR"/>
</Update>
</Units>
</GameData>
My Modbuddy Code is:
Code:
<Actions>
<OnModActivated>
<UpdateDatabase>TestCiv5Units.xml</UpdateDatabase>
</OnModActivated>
</Actions>
My Iroquois warrior's Strength is still 6 and not 97. What am I doing wrong?