I would like when I hit "T" to say something, that it chats in a specific color instead of the default green.
However when I write it, (something like this:)
//Chat Script By Nefariouz
echo "^3Yellow ^2Chat Text ^1Enabled"
bind t "vstr chat"
set chat "say ^3 "
and then hit "t", it just display's my name and no text afterwards. So is there a string command or a wildcard that I can place after the 3 so I can type in what I wish to say? I left that space after the 3, thinking it would let me type in something but apparently I'm missing something.