Browse Source

1.47 - Added <init> section, executes once on XML load.

master
Lolwutt 7 years ago
parent
commit
ef0ba824d5
  1. 6
      release/docs/Ashitacast/XML Structure.xml
  2. BIN
      release/plugins/Ashitacast.dll

6
release/docs/Ashitacast/XML Structure.xml

@ -45,6 +45,12 @@
</include> </include>
</sets> </sets>
<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>
<command delay="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--> <variables> <!--You can reference variables that aren't defined here, this is just for initializing-->
<var name="Shield">Ochain</var> <!--All variables are stored as strings, and turned into numbers if used in a numerical comparison--> <var name="Shield">Ochain</var> <!--All variables are stored as strings, and turned into numbers if used in a numerical comparison-->
</variables> </variables>

BIN
release/plugins/Ashitacast.dll

Binary file not shown.
Loading…
Cancel
Save