26 Feb 11, 03:12AM
I don't get what you mean?
If you want it to be a random color use:
...put it into an ident alias like this for easier use:
...use it like this:
[SELECT ALL] Code:
/echo (c 0)hi // green
/echo (c 1)hi // blue
/echo (c 2)hi // yellow
/echo (c 3)hi // red
/echo (c 4)hi // gray
/echo (c 5)hi // white (default so can be shortened to /echo hi)
/echo (c 6)hi // dark brown
/echo (c 7)hi // dark red
If you want it to be a random color use:
[SELECT ALL] Code:
/echo (c (rnd 8))hi
...put it into an ident alias like this for easier use:
[SELECT ALL] Code:
alias rc [result (c (rnd 8))]
...use it like this:
[SELECT ALL] Code:
/echo (rc)hello
/echo (rc)world