- Joined
- Apr 21, 2017
- Posts
- 6
I read that I can change the color of \r and \b in Messages Script. Here expecificaly:
text.gsub!(/\[Bb]/,"<c2=6546675A>")
text.gsub!(/\[Rr]/,"<c2=043C675A>")
I supouse that the numbers after <c2= are the 2 color of \r or \b but I don't know how I can know what colors are they.
¿Somebody can help me? ¿What's the system of this color code?
text.gsub!(/\[Bb]/,"<c2=6546675A>")
text.gsub!(/\[Rr]/,"<c2=043C675A>")
I supouse that the numbers after <c2= are the 2 color of \r or \b but I don't know how I can know what colors are they.
¿Somebody can help me? ¿What's the system of this color code?