Reply to The noob needs help, AGAIN
If you don't have an account, just leave the password field blank.
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(¤t_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;
}
sp_active(¤t_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);







