Command: Action
Sends a command in response to a string of text.
Use quotes (") or curly brackets ({}) for multiple word strings.
Use %1, %2, etc. for pattern matching.
Start with a ^ to only respond if the string is on a new line.
All actions can be temporarily disabled with #action off.
Usage:
#action [on | off]
#action [string] [response]
#action {[string]} {[response]}
#action {^[string]} {[response]}
Examples:
#action {magical fountain} {drink fountain}
#action {^You wish your wounds} {recite recall}
#action {^%1 says 'heal me'.} {cast 'heal' %1}
See Also:
Unaction,
Alias,
Replace