Browse Source

Updated README with no message colorization

Unfortunately, it turns out messages can't be colorized either.
nosoop 7 years ago
parent
commit
c7409c2b9f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -4,9 +4,9 @@ A custom implementation and drop-in replacement of Simple Chat Processor (Redux)
 multiple recipient issue.  Is compatible with the existing
 [Simple Chat Processor include][scp-incl] (with `OnChatMessage_Post` support).
 
-The implementation takes advantage of Valve's built-in localizations; no custom format strings
-are used.  Due to the way `SayText2` works, player name colorization is currently not doable,
-though I haven't tried message colorization.
+The implementation takes advantage of Valve's built-in localizations; no custom translation
+strings are used.  Due to the way `SayText2` works, player name and message colorization is
+currently not doable.
 
 [scp-incl]: https://bitbucket.org/minimoney1/simple-chat-processor/src/d68694fd8201e24cd6afeff23102d3591327b5f0/scripting/include/scp.inc