Con Colour
EighteenTwelve
Join Date: 2003-08-10 Member: 19366Members
it's not really a huge issue, but I tried changing my con_color and I got black. So after testing for awhile I got red. And only red. 255-155-50? Blood red. 255-0-0? Blood red. 0-255-0? Black. 0-0-255? Black. How do I reset the colour? Blood red is rather hard to see in this game.
cheers.
cheers.
Comments
Just remember to surround the numbers with quotes....or you'll have the same problem
Just remember to surround the numbers with quotes....or you'll have the same problem <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
if you're like me, you found this reply confusing. to simplify it:
WRONG: con_color 255-255-255
RIGHT: con_color "255 255 255"
Just remember to surround the numbers with quotes....or you'll have the same problem <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
if you're like me, you found this reply confusing. to simplify it:
WRONG: con_color 255-255-255
RIGHT: con_color "255 255 255"<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
No NO NO, all wrong
Wrong = con_color 255-255-255
Wrong = con_color "255 255 255"
Right = /con_color "255 255 255"
<!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
if you're like me, you found this reply confusing. to simplify it:
WRONG: con_color 255-255-255
RIGHT: con_color "255 255 255"<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
No NO NO, all wrong
Wrong = con_color 255-255-255
Wrong = con_color "255 255 255"
Right = /con_color "255 255 255"
<!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Actually....both are valid Aaron....