replace line
What should put in my FLMM script XML file to replace a line in weapon_equip.ini.
I thought it would be something like this but it wasnt:
<data file="data\equipment\weapon_equip.ini" method="linereplace">
<line>
[<Section name>
nickname = <nickname>
</line>
<source>
[<New section name>
nickname = <existing nickname>
</source>
</data>
how do i change the section name? without using filereplace.
I thought it would be something like this but it wasnt:
<data file="data\equipment\weapon_equip.ini" method="linereplace">
<line>
[<Section name>
nickname = <nickname>
</line>
<source>
[<New section name>
nickname = <existing nickname>
</source>
</data>
how do i change the section name? without using filereplace.