The Dink Network

Reply to Re: The Three Pillars of Dink v1.08

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:
 
 
August 29th 2005, 07:31 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
I was more thinking something like this:

set_color(int &colorindex, int &red, int &green, int &blue)

set_color(1, 0, 255, 0);
say_stop("`1I'm green!", 1);

I shy away from adding parameters to existing functions.