User:Zane
From LiberationMUSH Wiki
| DuckClient Sample Triggers |
|---|
| This changes the colors of names you put in a list.
RegEx Text for Trigger: (Zane|Beth|Coop) |
| This changes the color of all text between quotation marks.
RegEx Text for Trigger: "(.*?)" |
| This changes the color of all pages (Incoming and Outgoing).
RegEx Text for Trigger: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: ) |
| BeipMU Sample Triggers |
|---|
| Spawn Channels to Tabs (default BeipMU trigger).
This can just be copied from the Trigger Samples into the list of Triggers for your game. RegEx Text for Trigger: ^\[([^\]]+)\] |
| This changes the colors of names you put in a list.
RegEx Text for Trigger: (Zane|Beth|Coop) |
| This changes the color of all text between quotation marks.
RegEx Text for Trigger: "(.*?)" |
| This changes the color of all pages (Incoming and Outgoing).
RegEx Text for Trigger: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: ) |