User:Zane: Difference between revisions
From LiberationMUSH Wiki
(Replaced content with "Page RegEx: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )") Tag: Replaced |
(Adding BeipMu example triggers.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | |||
|- | |||
! DuckClient Sample Triggers | |||
|- | |||
| '''This changes the colors of names you put in a list.''' | |||
[[Image: NameHighLight1_Duck.JPG|500px]] | |||
'''RegEx Text for Trigger:''' (Zane|Beth|Coop) | |||
|- | |||
| '''This changes the color of all text between quotation marks.''' | |||
[[Image: HighlightSpeech_Duck.JPG|500px]] | |||
'''RegEx Text for Trigger:''' "(.*?)" | |||
|- | |||
| '''This changes the color of all pages (Incoming and Outgoing).''' | |||
[[Image: ChangePageColor_Duck.JPG|500px]] | |||
'''RegEx Text for Trigger:''' ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: ) | |||
|} | |||
{| class="wikitable" | |||
|- | |||
! 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.'' | |||
[[Image: ChannelSpawn_BeipMU.JPG|500px]] | |||
'''RegEx Text for Trigger:''' ^\[([^\]]+)\] | |||
|- | |||
| '''This changes the colors of names you put in a list.''' | |||
[[Image: NameHighLight1__BeipMU.JPG|500px]] | |||
'''RegEx Text for Trigger:''' (Zane|Beth|Coop) | |||
|- | |||
| '''This changes the color of all text between quotation marks.''' | |||
[[Image: HighlightSpeech_BeipMU.JPG|500px]] | |||
'''RegEx Text for Trigger:''' "(.*?)" | |||
|- | |||
| '''This changes the color of all pages (Incoming and Outgoing).''' | |||
[[Image: ChangePageColor_BeipMU.JPG|500px]] | |||
'''RegEx Text for Trigger:''' ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: ) | |||
|} |
Latest revision as of 23:23, 29 September 2021
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: ) |