The Dink Network

Reply to Re: script crashes my dimod.....i think?

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:
 
 
November 21st 2005, 02:59 AM
wizardb.gif
Cifra
Peasant He/Him
 
OK, my script crashes too...and it's such a little script, that I really don't know why...

void talk( void )

{

freeze(1);
freeze(&current_sprite);

say_stop("`6Hi, Dink!", &currentsprite);
wait(200);

say_stop("Hey, Boris. What's the matter?", 1);
wait(200);

say_stop("`6The town of Wartridge has been raided by knights again, they took all the food.", &currentsprite);
say_stop("`6The knights claimed that Wartridge hasn't been paying taxes", &currentsprite);
wait(200);
say_stop("No way! The king's gone nutts!", 1);
wait(200);
say_stop("`6Can you do something about it? I've heard they're preparing a raid on our town too, so I gotta go hide the stocks.", &current_sprite);
wait(200);
say_stop("Don't worry, I'll think of something!", 1);
unfreeze(1);
unfreeze(&currentsprite);
}

WHAT THE HELL IS WRONG?