The Dink Network

Reply to AHHHHH! sorry.

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 17th 2004, 06:35 AM
pig.gif
this is so frustrating, i know im probably missing something odvious, but this script keeps making the game quit to windows, ive been studying this script for hours but i cant see anything wrong with it. if some experienced dinker could kindly scan this script to see if anythings wrong with it it would be greatly appreteated

void main (void)
{
{
if (&intro == 0)
}
freeze(1);
freeze(&current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("", 1);
say_Stop("`7", &current_sprite);
say_Stop("", 1);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("", 1);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("", 1);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("crashes after this is said", 1);
say_Stop("`7", &current_sprite);
say_stop("", 1);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
say_Stop("`7", &current_sprite);
unfreeze(1);
unfreeze(&current_sprite);
&intro = 1;
}