nickname help
#1
How do I change color of nickname and add clan name to beginning of my nickname through script? I tried searching for the nickname variable, but I don't have a clue as to what it is, thanks.
Thanks given by:
#2
\fxYOURNAME (x = a number between 0 and 7?) i don't remember the colours
Thanks given by:
#3
(11 Jan 13, 11:33AM).ExodusS* Wrote: \fxYOURNAME (x = a number between 0 and 7?) i don't remember the colours

That would be 0 to 9. :)
Thanks given by:
#4
\f0 = green
\f1 = blue
\f2 = yellow
\f3 = red
\f4 = gray
\f5 = white
\f6 = dark brown
\f7 = dark red
\f8 = magenta
\f9 = orange
Thanks given by:
#5
another way of claiming admin that a lot of people dont know about is to simply put \f3 in front of your name
no need to thank me
Thanks given by:
#6
[cubescript]clanTag = "CLAN_TAG_HERE"
addTag = [
if (! (strstr $curname $clanTag)) [
name (concatword $clanTag $curname)
]
][/cubescript]

Just fill in "CLAN_TAG_HERE" and execute /addTag whenever you want. "curname" is also the variable you're looking for.

AFAIK, colors still don't show up in nicknames even if you try injecting them via script. (for good reason too)

However, you can change what color your name shows up as on the console when a player mentions you via the in-game chat by setting the HIGHLIGHT alias, which is handy.

Example:

[cubescript]HIGHLIGHT = "\f2"[/cubescript]

Your name should show up in yellow on the in-game chat from now on:

[Image: 29g060h.png]

With "\f8":

[Image: 21ydes.png]
Thanks given by:
#7
Colors get filtered out of names and chat.
Thanks given by:
#8
How do I add colors to my clan tag? I tried doing this:

"\f3" + "[CLAN]"

but it just adds \f3[CLAN] to my name in game.
Thanks given by:
#9
Why aren't there colours in AC for nicknames in the scoreboard etc.?
Thanks given by:
#10
I find this squence funny:

(11 Jan 13, 06:14PM)Ronald_Reagan Wrote: Colors get filtered out of names and chat.

(20 Jan 13, 09:01PM)hamid1455 Wrote: How do I add colors to my clan tag? I tried doing this:

"\f3" + "[CLAN]"

but it just adds \f3[CLAN] to my name in game.

By "colors get filtered" I meant it is impossible.
Thanks given by:
#11
But I've seen people in game who have their names in the chat with different colors. When they post a message in chat, their nickname has a clan tag that has different colors.
Thanks given by:
#12
They evidently have a modified server.

Admins will appear red on the scoreboard as well.
Thanks given by: