So many errors i feel embarassed help

You need a closing } after @NAME changes into Outfit Sporty. :slight_smile:

Thanks but is it the same for the line werre my error is?

Yes.

How tho ?? Do i type } two times?

i did what you said it didnt help

} “Outfit Sexy” {
Blah blah blah
}
NAME
Is this the one?
Choice “Yes” {
} “No”
}
} “Outfit Sporty” {
Blah blah blah
}

OOOh i see what you mean now

You can use Dara Amarie’s template to make it easier for you if you like-

Template created by Dara Amarie
label dressing_game_1
CHARACTER
What do I want to wear?
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
}

Awesome, let me know if it works. :slight_smile:

I did it but it still has the same error with the line } “Outfit Sexy” {

PM me so I can help you further.

it won´t let me

it says i wrote too many topics in a day so could you help me here?

Sure. I’ll write the code out to suit your story. :wink:

thanks a lot

Here you are @lilyepisodelover-

label dressing_game_1
NAME
What do I want to wear?
Choice (OUTFIT_1)
“Outfit Sexy” {
@NAME changes into Outfit Sexy
NARRATOR
Are you sure you want to wear this?
choice
“Yes” {
gain outfitSexy
} “No” {
goto dressing_game1
}
} “Outfit Sporty” {
@NAME changes into Outfit Sporty
NARRATOR
Are you sure you want to wear this?
choice
“Yes” {
gain outfitSporty
} “No” {
goto dressing_game1
}
}

Let me know if this comes up with any errors. :wink:

No problem. I hope this works. :slight_smile:

You have an outfit above Outfit Sexy?