Browse Source

Update 'release/docs/MultiSend XML Structure.xml'

pull/1/head
atom0s 7 years ago
parent
commit
6fccf8f81c
  1. 18
      release/docs/MultiSend XML Structure.xml

18
release/docs/XML Structure.xml → release/docs/MultiSend XML Structure.xml

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
<multisend> <!--You must have an xml structure listed.-->
<group index="1" name="BLMs"> <!--Every group must have a unique index, from 1 to 65535. It has no meaning, but it's used to maintain sync on reload. Using the same index on multiple groups will cause unexpected behavior. You may only use letters, no numbers symbols or spaces, in group names.-->
<char>Avesta</char> <!--List all characters belonging to said group.-->
<char>Stanlee</char>
</group>
<group index="2" name="Melee"> <!--Just another example..-->
<char>Deadpool</char>
<char>Wolverine</char>
</group>
<multisend> <!--You must have an xml structure listed.-->
<group index="1" name="BLMs"> <!--Every group must have a unique index, from 1 to 65535. It has no meaning, but it's used to maintain sync on reload. Using the same index on multiple groups will cause unexpected behavior. You may only use letters, no numbers symbols or spaces, in group names.-->
<char>Avesta</char> <!--List all characters belonging to said group.-->
<char>Stanlee</char>
</group>
<group index="2" name="Melee"> <!--Just another example..-->
<char>Deadpool</char>
<char>Wolverine</char>
</group>
</multisend>
Loading…
Cancel
Save