By Xxpoure 2021-07-06 14:16:59
ok so no one answered but i played around alittle and i figured it out standard script looks like this
<?xml version="1.1" ?>
<settings>
<global>
<AutoDrop>false</AutoDrop>
<AutoStack>true</AutoStack>
<Delay>0</Delay>
<Drop></Drop>
<Lot />
<Pass />
<Verbose>false</Verbose>
</global>
<xxpoure>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxpoure>
</settings>
but for more char it wants to look like this
<?xml version="1.1" ?>
<settings>
<global>
<AutoDrop>false</AutoDrop>
<AutoStack>true</AutoStack>
<Delay>0</Delay>
<Drop></Drop>
<Lot />
<Pass />
<Verbose>false</Verbose>
</global>
<xxppoure>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxpoure>
<xxxxxxx>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxxxxxx>
<xxxxxxx>
<AutoDrop>true</AutoDrop>
<Drop></Drop>
</xxxxxxx>
</settings>
just change the name between each set for the extra chars