Reply to Re: The Three Pillars of Dink v1.08
If you don't have an account, just leave the password field blank.
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.
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.