View Single Post
Old 05-15-2002, 09:13 AM   #4
Torren
New Member
 
Join Date: Apr 2002
Posts: 28
Torren is on a distinguished road
Question

[code]
  for (i = 1; i <= ch->rank; i++)
  strcat(buf, "{R*{x");
[/quote]
I noticed that your using the colour codes to make each pip red. only problem with this is you might have some formatting issues down the road because the code sees that string as 3 characters but the terminal only interpets as 1. which for 1 pip isn't bad but when your talking 5 pip's thats 15 characters of which only 5 are showing. You may want to start the first bracket with [{R and then end either end bracket with {x]. So if they don't have pips it'll be blank. This isn't anything big it wont cause the universe to implode, but the Users might notice the formating problems.
Torren is offline   Reply With Quote