Label dressing game

Hello!

I can’t find the mistake in my script, it’s Dara.amarie.ep’s label dressing game.


help me please
tell me whatever is my mistake
Love y’all

“Choice” needs to be placed as “freckles 1”, glued to line 1693. Sorry, I don’t know how to say it better :sweat:

2 Likes

Thanks for answering my post,
You mean I have to write:

1693 Choice (Freckles 1)

or

1693 Freckles 1 (Freckles)

?

Can’t you just show me here

Choice (OUTFIT_1)

"Outfit 1" {

@CHARACTER changes into Outfit1

#insert script here

} "Outfit 2" {

@CHARACTER changes into Outfit2

#insert script here

} "Outfit 3" {

@CHARACTER changes into Outfit3

#insert script here

}

CHARACTER

Do I want to wear this one?

choice

“It’s perfect!” {

#insert script here

} "No, I want to try on the others!" {

goto dressing_game_1

}

the word choice should not have Capital C.
Make it small.

1 Like

Thank you :heart::heart::heart::heart:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.