489
edits
Script 10k (talk | contribs) m (→Examples) |
Script 10k (talk | contribs) m (→Example) |
||
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> | ||
edits