What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Found a problem using colors in Log()

user01

Member
Joined
Sep 19, 2014
Messages
71
Reaction score
0
When trying to add multiple colors to the Log() output, it doesn't output.

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
 
Back
Top