Why does it say Duplicate Label "dressing_game_1"?

Help me

Do you have 2 dressing games in the episode?

Yes i do. The one i’m making now is my second one.

You have to change the label name for the second dressing game. For example, change it label dressing_game_1 to label dressing_game_2 (just make sure you change it everywehere in the second template)

1 Like

Did everything work out?

Yes

i tried using this label but it isnt working it keeps saying that its never been used or that it doesnt exist
the first label for the first dressing game was label outfit_choice please help me

Post your code here, please :slight_smile:

i have 2 dressing game in one episode
for the first one i used label outfit_choice
and now for my second one i tried using the same label but they said its duplicate
then i tried using your label that you shared but it said that it doesn’t exist or never been used

you don’t have to use this label, you can make it up the name :slight_smile:
make sure you changed the label everywhere in this dressing game, if you need more help just send me your code :relaxed:

what code?

your dressing game script what gives you errors

just the label thing isn’t working
can you give me some labels?
sorry i’m new to this i’ve never written before

You can use whatever you want :smiley:

That’s what I meant you can make it up the name yourself, it’s not visible for anyone else.

try label dressing_game

It has to be on the top of the dressing game, also it has to be at least one goto label

goto dresssing_game

I’ve tried that but it keeps saying
The label “dressing_game” does not exist
and
The label “dressing_games” has never been used

Can you copy this dressing game script and paste here?

goto outfit_choice

label outfit_choice

    ELLE (think)
(Help me choose)

choice
“Comfy”{

@ELLE walks to screen center in zone 3

@ELLE changes into elle_comfy

}
“Cute”{

@ELLE walks to screen center in zone 3

@ELLE changes into elle_cute

}
“Hawt”{

@ELLE walks to screen center in zone 3

@ELLE changes into elle_hawt

}
“Same thing”{

@ELLE walks to screen center in zone 3

@ELLE changes into ELLE_default

}

@ELLE walks to screen center in zone 1

@pause for a beat

    ELLE (think)
(is this fine?)

choice
“Yes this is just perfect”{

    ELLE (talk_gesture)
Ugh i'm feeling much better

}
“Nah something else”{

goto outfit_choice

}

the label keep saying that its duplicate or doesnt exist or never been used
for the second dressing game

label dressing_game

    ELLE (think)
(Help me choose)

choice
“Comfy”{

@ELLE walks to screen center in zone 3

@ELLE changes into elle_comfy

}
“Cute”{

@ELLE walks to screen center in zone 3

@ELLE changes into elle_cute

}
“Hawt”{

@ELLE walks to screen center in zone 3

@ELLE changes into elle_hawt

}
“Same thing”{

@ELLE walks to screen center in zone 3

@ELLE changes into ELLE_default

}

@ELLE walks to screen center in zone 1

@pause for a beat

    ELLE (think)
(is this fine?)

choice
“Yes this is just perfect”{

    ELLE (talk_gesture)
Ugh i'm feeling much better

}
“Nah something else”{

goto dressing_game

}

it worked that you so much

1 Like