<init><!--Used for startup commands, parsed once when XML is loaded.. use for keybinds, macro book changes, variable setup, whatever-->
<!--Equip tags will not do anything here. Rules and all other tags will.-->
<command>/macro book 1</command>
<commanddelay="1000">/macro set 1</command><!--I recommend a delay when using macro book and set changes, seems the client doesn't always like both changed at once?-->
</init>
<variables><!--You can reference variables that aren't defined here, this is just for initializing-->
<varname="Shield">Ochain</var><!--All variables are stored as strings, and turned into numbers if used in a numerical comparison-->