bossmant Beginner
Joined: 29 Mar 2004 Posts: 11
|
Posted: Thu Apr 01, 2004 10:10 pm
Single-Word Strings |
Right now I am trying to set up a capture window for a chat.
the format is
Name: message
But its also catching other things that are the same color (I made it an ansi trigger because its too common for a %1: cap window) The problem is, its also catching some two word messages with the same string like
Short Description: samecolordescription
How can i set it up to only detect one word for the name. What i have now is.
In the game, the blacks are grey.
%e[1;33m%1:%e[0m |
|