The_Great_Sephiroth
Refugee
I'm trying something that a user of my mods requested, adding a second row to the dew collectors. Apparently I am using the XML incorrectly.
Not sure how to modify the "rows" value after accessing the named grid. Yes, I know it's simple, but it's late and I am tired. Forgive me!
Code:
<set xpath="/windows/window[@name='windowDewCollector']/rect[@name='content']/grid[@name='queue']/rows/@value">2</set>
Not sure how to modify the "rows" value after accessing the named grid. Yes, I know it's simple, but it's late and I am tired. Forgive me!