The Dink Network

Reply to Script freeze again!!!!!

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:
 
 
December 6th 2004, 06:54 PM
custom_carrie2004.gif
carrie2004
Peasant She/Her Canada
*chomp* 
AGH! Anything I learned a few months ago must have completely disappeared from my memory.
Okay,here is the problem.The script works fine,I leave the screen but decide to go back and thats when it freezes the game.Quit won't even work,or escape or ctrl alt delete.I hate my life!
Oh and I changed the conversation to protect the content of story...not that there's much of a story to protect...but...ahh...well....
whatever.Here it is:

void main(void)

if (&story == 2)
{
move_stop(1, 8, 282, 1);
move_stop(1, 6, 385, 1);
freeze(1);
sp_dir(1, 8);
say_stop("hey there dude!", 1);
wait(500);
say_stop("`5Hello.", &current_sprite);
say_stop("`5dude.", &current_sprite);
wait(500);
say_stop("Whoa dude<wink wink>", 1);
wait(500);
say_stop("`5don't wink at me dude.", &current_sprite);
wait(500);
say_stop("why dude?", 1);
wait(500);
say_stop("`5cuz dude,", &current_sprite);
say_stop("`5thats too weird dude!", &current_sprite);
add_magic("item-fb",437, 1);
playsound(33, 22000, 0, 0,0);
wait(500);
say_stop("Hey,cool,some magic!", 1);
wait(500);
say_stop("`5yeah dude.", &current_sprite);
&story = 3;
unfreeze(1);
kill_this_task();

}

P.S. I posted this in development but it never went there,it never does.Grrr!I even tried off-topic once but that didn't work either.