| TinTin++ Mud Client Manual |
|
TinTin++ Action Alias All Bell Buffer Chat Chat Protocol Class Colors Commands Config Cr Delay Echo Forall Format Function Gag Grep Help Highlight If Ignore Info Kill Line List Log Loop Macro |
|
|
| Action |
| Syntax: #action {message} {commands} {priority} |
| The #action command can be used to respond with one or several commands to a specific message send by the mud. The %0-9 variables are substituted from the message and can be used in the command part of the action. The priority part is optional and determines the priority of the action, it defaults to 5. |
| If the message starts with ^ the beginning of the action message and mud message must match. If the message ends with ^ the end of the action message and mud message must match. |
Example: #action {%0 tells you '%1'} {tell %0 I'm afk.} |
| If the message starts with ~ color codes must be matched. You can turn on #config convert to display meta characters in order to make color triggers. |
| Notice: You can remove actions with the #unaction command. |