The Dink Network

Reply to The noob needs help, 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:
 
 
August 24th 2006, 01:26 PM
custom_marpro.png
Marpro
Peasant He/Him bloop
 
Hi and sorry for bothering you all with my lazy questions... Anyway I have some problems with my script... It runs almost perfectly, but when it comes to the last part the script freezes! I've marked the place there the script freezes with , the part with does NOT work... dunno why. Maybe you who reads this know?

sp_active(&current_sprite, 0);
int &suprise1 = create_sprite(&witch_x,&witch_y, 0, 167, 1);
sp_seq(&suprise1, 167);
playsound(24, 22052, 0, 0, 0);
wait(500);
sp_active(&suprise1, 0);
wait(200);
say_stop("AAAAAAA", 1);
say_stop("AAAAAAAA", 1);
wait(100);


unfreeze(1);
&story = 3;

}