How can I make a trigger to disconnect the mudclient when a certain word pops up? I don't want a trigger for my to type quit, I can do that myself. How do I make a trigger that will disconnect the world itself without typing quit
Trigger help...
Posted by Cjb08 on Mon 23 Jul 2012 12:33 AM — 3 posts, 15,059 views.
<triggers>
<trigger
enabled="y"
match="CertainWord"
send_to="12"
sequence="100"
>
<send>DoCommand ("Disconnect")</send>
</trigger>
</triggers>
thanks. got it all working fine and dandy :]