The Dink Network

Reply to Re: Different default text color for Dink -- is it possible?

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 12th 2008, 05:26 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
int &red = 255;
int &green = 132;
int &blue = 132;
set_font_color(14, &red, &green, &blue);

(Updated to add & before variable names, oops!)