See further down for a video podcast demonstrating how to do this.
You may see on the forum, in emails, or elsewhere, triggers, aliases or timers in XML format, like this:
<triggers>
<trigger
custom_colour="2"
enabled="y"
group="eat_drink"
match="You are thirsty."
name="thirst_trigger"
sequence="100"
>
<send>get flask bag
drink flask
put flask bag</send>
</trigger>
</triggers>
To use them copy the entire text (from, and including <triggers> ... </triggers>) to the Windows clipboard. (Or, <aliases> or <timers> as the case may be).
Important: - the <triggers> line is required (and the corresponding </triggers> line).
Then go into the MushClient triggers configuration window (if you have a trigger on the clipboard), and click the "Paste" button, like this:
The trigger will now be pasted into the trigger list, and you can edit it:
Once you edit it you will see the trigger as if you had entered it yourself:
|