ZCC chat prefix/suffix in detail
Posted: Tue Aug 09, 2016 12:21 am
Hey, I couldn't help but noticed how vague the chat prefix/suffix section was. I've been having a hard time trying to understand how it works. It would be nice if someone who is experienced in ZCC code to explain it in further detail. Like how does one clear the zcc_chatsuffix.
Also here is the link to the original post and the part I was referring to:
[spoiler]https://zandronum.com/forum/viewtopic.php?t=6050
Regards-
Also here is the link to the original post and the part I was referring to:
[spoiler]https://zandronum.com/forum/viewtopic.php?t=6050
[/spoiler]
Chat
Made a proper cursor for the chat that actually blinks.
Fixed the maximum chat length to be actually 128 instead of 126.
Made the chat support raw color codes which will be useful for the feature below:
Added a tab auto-completion feature to the chat that works just like in the console. TAB to go forward and SHIFT+TAB to go backwards. It will cycle through every player's name it finds just like on IRC.
zcc_chatprefix/suffix: Allows you to add text before/after your message. for example, doing zcc_chatprefix "\\cf" will change all your text to the color yellow. This also works with using the /me command.
Regards-