User:Zane: Difference between revisions

From LiberationMUSH Wiki
No edit summary
(Adding BeipMu example triggers.)
 
Line 4: Line 4:
|-
|-
| '''This changes the colors of names you put in a list.'''
| '''This changes the colors of names you put in a list.'''
[[Image: NameHighLight1__Duck.JPG|500px]]
[[Image: NameHighLight1_Duck.JPG|500px]]


'''RegEx Text for Trigger:''' (Zane|Beth|Coop)
'''RegEx Text for Trigger:''' (Zane|Beth|Coop)
Line 15: Line 15:
| '''This changes the color of all pages (Incoming and Outgoing).'''
| '''This changes the color of all pages (Incoming and Outgoing).'''
[[Image: ChangePageColor_Duck.JPG|500px]]
[[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: )
'''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: )