Hello, I ask for help for a mod xpath code, example of original code of the simplified "campfire":
part of the original code: <block name="campfire">
<drop event="Destroy" count="0"/>
<property name="Stacknumber" value="1"/>
final results:
<drop event="Destroy" name="campfire" count="1"/>
<property name="Stacknumber" value="5"/>
_______________________________________
I have already tried several solutions using the commands:
<remove>, <setattribute> and <append>
but the results lead to error.
It works only <set> on "Stacknumber".
But it works only if I remove the whole code and I hang the new modified code.
it is the only solution ?
Thank you and Happy Holidays to all.
part of the original code: <block name="campfire">
<drop event="Destroy" count="0"/>
<property name="Stacknumber" value="1"/>
final results:
<drop event="Destroy" name="campfire" count="1"/>
<property name="Stacknumber" value="5"/>
_______________________________________
I have already tried several solutions using the commands:
<remove>, <setattribute> and <append>
but the results lead to error.
It works only <set> on "Stacknumber".
But it works only if I remove the whole code and I hang the new modified code.
it is the only solution ?
Thank you and Happy Holidays to all.