Triggers can greatly simplify playing a MUD by reacting automatically to incoming text.
You can use them to :
* Colour text (eg. chat channels)
* Highlight words (eg. your name)
* Gag annoying players
* Play sounds
* Automatically send something to the MUD
* ... and more ...
For greater detail, see the page:
http://www.gammon.com.au/mushclient/funwithtriggers.htm
Examples
Respond to events
Match on: You have been idle, and are pulled into a void.
Send: look
Match on: You are thirsty.
Send: drink water
Match on: You are hungry.
Send: eat food
Match on: You collapse, totally out of breath!
Send: stand
Match on: You fall down.
Send: stand
Gag trivial messages
Match on: * dodges
Omit from output: checked
Match on: * misses
Omit from output: checked
Match on: You dodge
Omit from output: checked
Match on: You parry
Omit from output: checked
You can use them to :
* Colour text (eg. chat channels)
* Highlight words (eg. your name)
* Gag annoying players
* Play sounds
* Automatically send something to the MUD
* ... and more ...
For greater detail, see the page:
http://www.gammon.com.au/mushclient/funwithtriggers.htm
Examples
Respond to events
Match on: You have been idle, and are pulled into a void.
Send: look
Match on: You are thirsty.
Send: drink water
Match on: You are hungry.
Send: eat food
Match on: You collapse, totally out of breath!
Send: stand
Match on: You fall down.
Send: stand
Gag trivial messages
Match on: * dodges
Omit from output: checked
Match on: * misses
Omit from output: checked
Match on: You dodge
Omit from output: checked
Match on: You parry
Omit from output: checked