New Scripts
#10
A name change script that does what you requested will likely get you kicked/banned. So really like RR says, /HIGHLIGHT is your only option:

timeBetColorChanges = 5000 // In milliseconds

highlightChangeLoop = [
  HIGHLIGHT = (c (rnd 10))
  sleep $timeBetColorChanges highlightChangeLoop
]

if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways highlightChangeLoop)) [ add2alias mapstartalways highlightChangeLoop ]

Then every 5 seconds, the color value of the HIGHLIGHT alias would be set to something random. When someone says your name on the console, it will show up in that color.

As far as I know your 2nd request has already been done, albeit a bit cludgy. I'm sure that feature could be hardcoded in eventually.
Thanks given by:


Messages In This Thread
New Scripts - by Link - 10 Oct 11, 06:19PM
RE: New Scripts - by Dementium4ever - 10 Oct 11, 07:48PM
RE: New Scripts - by Link - 10 Oct 11, 07:54PM
RE: New Scripts - by Cemer - 10 Oct 11, 09:15PM
RE: New Scripts - by .JK. - 10 Oct 11, 09:34PM
RE: New Scripts - by Link - 10 Oct 11, 09:35PM
RE: New Scripts - by V-Man - 10 Oct 11, 10:10PM
RE: New Scripts - by Ronald_Reagan - 11 Oct 11, 12:00AM
RE: New Scripts - by MykeGregory - 11 Oct 11, 06:56AM
RE: New Scripts - by Bukz - 11 Oct 11, 08:18PM
RE: New Scripts - by D1551D3N7 - 11 Oct 11, 10:19PM