On the mud I play on, there is a small chance that a spellup spell that you cast could be a "lucky" cast that ends up with greater affects than normal ones. In that case, the output goes like this:
What I would like to do is match on the "Your magic is blessed with the luck of Mota!", omit it from the output, and highlight the next line in yellow or another color (to easily indicate to me that it was a lucky cast). I can't really figure out if this is possible or not, so I thought maybe somebody here can help. Another thing is that the second line can be different messages, it is not always "You grant yourself the favor of Mota."
Your magic is blessed with the luck of Mota!
You grant yourself the favor of Mota.What I would like to do is match on the "Your magic is blessed with the luck of Mota!", omit it from the output, and highlight the next line in yellow or another color (to easily indicate to me that it was a lucky cast). I can't really figure out if this is possible or not, so I thought maybe somebody here can help. Another thing is that the second line can be different messages, it is not always "You grant yourself the favor of Mota."