<aliases>
<alias
match="cal"
enabled="y"
expand_variables="y"
group="Poison"
send_to="12"
sequence="100"
>
<send>SetVariable("venom1", "Calcise")
SetVariable("venom2", "Calcise")
ColourTell("black","cornflowerblue", "@venom1")ColourTell("black","royalblue", "@venom2")
Note("")</send>
</alias>
<alias
match="den"
enabled="y"
expand_variables="y"
group="Poison"
send_to="12"
sequence="100"
>
<send>SetVariable("venom1", "Dendroxin")
SetVariable("venom2", "Dendroxin")
ColourTell("black","cornflowerblue", "@venom1")ColourTell("black","royalblue", "@venom2")
Note("")</send>
</alias>
<alias
match="had"
enabled="y"
expand_variables="y"
group="Poison"
send_to="12"
sequence="100"
>
<send>SetVariable("venom1", "Hadrudin")
SetVariable("venom2", "Dulak")
ColourTell("black","cornflowerblue", "@venom1 ")ColourTell("black","royalblue", "@venom2")
Note("")
</send>
</alias>
<alias
match="slp"
enabled="y"
expand_variables="y"
group="Poison"
send_to="12"
sequence="100"
>
<send>SetVariable("venom1", "Morphite")
SetVariable("venom2", "Morphite")
ColourTell("black","cornflowerblue", "@venom1")ColourTell("black","royalblue", "@venom2")
Note("")</send>
</alias>
<alias
match="stu"
enabled="y"
expand_variables="y"
group="Poison"
send_to="12"
sequence="1000"
>
<send>SetVariable("venom1", "Dulak")
SetVariable("venom2", "Mantakaya")
ColourTell("black","cornflowerblue", "@venom1")ColourTell("black","royalblue", "@venom2")
Note("")</send>
</alias>
</aliases>
Here you can try the commands out. When you switch from one to the other, there is a repetition of the first one. It seems that before switching the variable, the ColourTell is executed. Is there a way to fix this? |