Looking how to enable or the syntax to allow multicommand causing aliases to set off triggers on beyond the first command.
Written example...
A one line command alias will set off triggers like..
<aliases>
<alias
match="nk"
enabled="y"
expand_variables="y"
send_to="10"
sequence="100"
>
<send>nightkiss @target</send>
</alias>
</aliases>
When the alias goes off, any trigger will be triggered by the nightkiss command. ALl works good here.
But if you add..
<aliases>
<alias
match="nk"
enabled="y"
expand_variables="y"
send_to="10"
sequence="100"
>
<send>nightkiss @target
nightkiss@ttwo
</send>
</alias>
</aliases>
While the first nightkiss will set off triggers, the second will not set any off. Is there an option to allow multi-lined aliases to set off triggers on all commands?
Written example...
A one line command alias will set off triggers like..
<aliases>
<alias
match="nk"
enabled="y"
expand_variables="y"
send_to="10"
sequence="100"
>
<send>nightkiss @target</send>
</alias>
</aliases>
When the alias goes off, any trigger will be triggered by the nightkiss command. ALl works good here.
But if you add..
<aliases>
<alias
match="nk"
enabled="y"
expand_variables="y"
send_to="10"
sequence="100"
>
<send>nightkiss @target
nightkiss@ttwo
</send>
</alias>
</aliases>
While the first nightkiss will set off triggers, the second will not set any off. Is there an option to allow multi-lined aliases to set off triggers on all commands?