Can someone please help me with the Unexpected character error?

After the clothes choice, I added dialogue and the error came up.

How do I fix it?

Maybe try deleting the Xtra lines?

i have and it still won’t work

Try to do this
choice
“Heck yes!”}
-Dialogue-
Narrator (Josalyn)
Ok then

{
Same with the second reply

Choices must always have brackets

choice
“Option 1” {

} “Option 2” {

}

Could you tell me where i need to put the brackets? I’m new at this and not really sure.

Put some brackets on choices

i dont know where exactly put them, can you show me?
I’m still new to this/

try this

choice
“Heck yes” {
JOCELYN (admire)
(umm, have you SEEN this on me?? I look like a freakin’ goddess!)
NARRATOR (JOSALYN)
Ok then
}
“Nah, they are way better clothes in my wardrobe” {
JOCELYN (talk_disgust)
(I cannot wear this today, ‘it has public humiliation’ written all over it)
}

And you continue your story here!
Hope it works :smile:

choice
“Heck yes” {

everything inside this option goes here

} “Nah, they are way better clothes in my wardrobe” {

everything inside this option goes here

}

I tried that and it still said there was an error

whats the error?

I edited it try it again!

i did that and the error is now on JOCELYN (talk_disgust)
(I cannot wear this today, ‘it has public humiliation’ written all over it)
}

choice
“Heck yes” {
JOCELYN (admire)
(umm, have you SEEN this on me?? I look like a freakin’ goddess!)
NARRATOR (JOSALYN)
Ok then
}
“Nah, they are way better clothes in my wardrobe” {
JOCELYN (talk_disgust)
(I cannot wear this today, ‘it has public humiliation’ written all over it)
}

And you continue your story here!
Hope it works :smile:

Try this again!

That worked! Thank you so much :blush::grinning:

1 Like

Glad i could help! :smile::smile:

sorry to bother you but could you help me with one more thing?

I have clothing choices and if you try on an outfit and the person reading doesn’t like it and they want to be able to go back to the other choices, how do i do that?

I have redo color_clothing_selection in my script but it didn’t reset it.

1 Like

You have to do
Goto then the label. :blush:

put some labels