When trying to add multiple colors to the Log() output, it doesn't output.
This code works:
This code does not:
I added a space after the [ because of the forums bbcode
thanks,
User
This code works:
Code:
Log("[ color=#ffffff]"+me.name+"[ /color] - "+text);
This code does not:
Code:
Log("[ color=#ffffff]"+me.name+"[ /color] - [ color=#ff0000]"+text+"[ /color]");
I added a space after the [ because of the forums bbcode
thanks,
User






