Jump to content

XmlTools/Full documentation: Difference between revisions

m
Line 26: Line 26:
Let's say you want to add the Unkillable and the NonCombatant flag to A_L18 character.
Let's say you want to add the Unkillable and the NonCombatant flag to A_L18 character.


XmlTools command:
 
'''XmlTools command:'''
<pre>XmlTools --add-values --new-val "Unkillable NonCombatant" --xpath-expression "/Oni/Objects/CHAR[@Id='3926']/OSD/Flags" --files "BINACJBOCharacter.xml"</pre>
<pre>XmlTools --add-values --new-val "Unkillable NonCombatant" --xpath-expression "/Oni/Objects/CHAR[@Id='3926']/OSD/Flags" --files "BINACJBOCharacter.xml"</pre>


489

edits