The Dink Network

Reply to Re: .C

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 12th 2007, 11:40 AM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
Well, I broke the sentences down to more than one line. That was the problem I guess. Example:

void talk(void)
{
say_stop("`1Blablablablablablablablablablablabla",&current_sprite);
}
I changed that to:
say_stop("`1Blablabla",&current_sprite);
say_stop("`1Blablabla",&current_sprite);

And so on.