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 11th 2007, 05:34 PM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
Thanks. I finally a sprite to say something!
Edit: Btw, there are a couple more scripting problems I have had. If a script is long, or the conversation exceeds three scripts, then the game crashes. Here is an example.

void talk(void)
{
say("`3I am sign.", &current_sprite);
wait(200);
say("Well duh.", 1);
wait(200);
say("`3Don't insult me!", &current_sprite);
}

And the game crashes if I try talking.