Squad Leader Archive
Thread: Problem with macro and sysgroup
Page 1 of 1
Vladko
Tue Jul 12, 2005 6:02 am
#1
Hello, when i write in console
/sysgroup \#0000ff ABCDE
and run, the text ABCDE what is shown in the middle of the screen is blue,
but when i use this line in macro
/sysgroup \#0000ff ABCDE;
the shown text is \#0000ff ABCDE with no color (original white).
Why? It is the bug?
Kharast
Tue Jul 12, 2005 6:07 am
#2
put another '\' at the end of the color string. that should take care of your problem
i.e: \#0000ff\ ABCDE
Page 1 of 1