How to capture a text in special font/color?

Post Reply
ecloud
Posts: 15
Joined: Sat May 02, 2020 11:46 am

How to capture a text in special font/color?

Post by ecloud »

For example, I want to capture ABC, but ignore ABC or ABC.
And for the same on colored text.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: How to capture a text in special font/color?

Post by Vadi »

Coloured text - you could use an AND trigger with a colour pattern.

Alternatively, and this will work for italic and bold - match on ABC and check with https://wiki.mudlet.org/w/Manual:Lua_Fu ... TextFormat.

Post Reply