Help! The lines are keep repeating

Hi! So lately I’ve been working on my story and I decided to make a outfit choices and the first outfit choices is good but later… When my second outfit choices pop up,the choices of my second outfit did not pop up! And it repeated the lines!!!

The first choice:

The second choice:


As u can see, the choices are the same but in the lines are different!
Pls answer me as soon as possible :slight_smile:
Thank u!

1 Like

Can you show your code?

1 Like

Code? U mean the script?

Yes, sorry.

1 Like

Here it is…

This is the first one:

The second one:

First thing in the first pix you write goto label choosing_outfit you can just write goto choosing_outfit in the second pic you told the script in line 194 to go to label choosing_outfit wich it the first dressing game in you’re script Change that into label dressing_game2 I also have a question about line 220 where exactly are you trying to go when the readers says change?

I dont really know! :stuck_out_tongue: I just love guessing! But can u give me some tips so that the first choice don’t repeat? XD

Label choosing_outfit
NARR
What do you want to wear?
Choice
“Black and White”{
@SERENA changes into Black and White
@pause for a beat
}“skirtie”{
@SERENA changes into Skirtie
@pause for a beat
}

SERENA
Should I wear this?
choice
“yes”{
@SERENA starts flirt_wink_atcamera
}“Change”{
goto choosing_outfit
}

Pic 2

Label choosing_outfit2

SERENA (think_rubchin)
What Should I wear to the party?
choice
“Outfit 1”{
@SERENA changes into Outfit 1
@pause for a beat
}“Outfit 2”{
@SERENA changes into Outfit 2
@pause for a beat
}

SERENA (think_rubchin)
Should I wear this?
choice
“Keep this Outfit”{
@SERENA is flirt_wink_atcamera
}“Change” {
goto choosing_outfit2
}

1 Like

@anon25704195

1 Like

OMG THANK U!!! its already fixed!!
Thx again! :smile:

1 Like

@Jeremy or @Sydney_H can u pls close this again?

2 Likes

Marked as solved and closed. Thanks @Minoesje :smiley: :lock: