The Dink Network

Reply to Re: Maybe if you type real slow I will understand

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 2004, 09:24 PM
spike.gif
The scripts are correct, so the problem is somewhere else. I still don't get it why you put wait(500); there two times though, just use wait(1000);

..or use say_stop commands. That's much neater.

void talk(void)
{
freeze(1);
say_stop("The Witch!.", 1);
say_stop("`3Learn Magic!", &current_sprite);
say_stop("She Lives to the south.", 1);
unfreeze(1);
}