View Single Post
  #3  
Old 09-22-2007, 01:06 PM
Lalolyen
Banned
 
Join Date: Aug 2007
Location: Sneeking up behind a admin IRL
Posts: 169
Default

At first it looked like reference numbers, but as I looked again and changed one and recompiled on my test box, its the color...

Code:
Message(13,"Your target is too far away, get closer!");
changing to

Code:
Message(15,"Your target is too far away, get closer!");
where changing from 13 to 15, changes the output from red to yellow.

Like when you do #emote zone 15 TEXTHERE makes yellow: TEXTHERE. I'm assuming that the X = 15 in that case.
Reply With Quote