Reply to Re: Does this work?
If you don't have an account, just leave the password field blank.
say_stop("`4One of your strenght points.", ¤t_sprite);
wait(200);
say_stop("Uh... Okay.", 1);
wait(200);
choice_start();
set_y 240
set_title_color 1
title_start();
TITLE TITLE TITLE TITLE TITLE TITLE.
title_end();
"Yes"
"No"
wait(250);
choice_end();
//there should be choice_end(); command here
if (&result == 1)
{
say_stop("`0blaha blaha blaha.", ¤t_sprite);
wait(200);
wait(200);
say_stop("Uh... Okay.", 1);
wait(200);
choice_start();
set_y 240
set_title_color 1
title_start();
TITLE TITLE TITLE TITLE TITLE TITLE.
title_end();
"Yes"
"No"
wait(250);
choice_end();
//there should be choice_end(); command here
if (&result == 1)
{
say_stop("`0blaha blaha blaha.", ¤t_sprite);
wait(200);