I'm confused where am i supposed to add the other }

2 Likes

Is the “Oh um right…” part of the choice, or do you have a choice inside the choice? If it is, you’d need to remove the closing bracket at line 292, because you have an additional “}” bracket.

1 Like

a choice have to be like this

NAME
Text

choice
“option 1” {

NAME
Text

}
“option 2” {

NAME
Text

}

what is wrong with yours is you are missing both you are missing the end

but before you have two end brakets,

image

also choice has to be on its own line

image

1 Like

Im still confused- :sweat:

I don’t know what to do someone please help me understand :pensive:

did you try the templet I send, it has to look like it

Try
Choice
“This is the one”{

ROSA (cheer_handsin)
This is perfect for good sleep!
}
“Nah”{
Goto choosing_outift
}

ROSA (yawn_bored)
(Goodnight)

@transition fade out black

Choice
“Oh um right”{

And whatever is your script here
}

1 Like

i was wondering if you could help me write mine

Sure just pm me :slightly_smiling_face:

im not sure i no how

sorry i am very new at this

Ill try thank you

Like this???

no its completly wrong

try this

ROSA
(is this perfect)

Choice
“This is the one”{

ROSA (cheer_handsin)
This is perfect for good sleep!
}
“Nah”{
Goto choosing_outift
}

ROSA (yawn_bored)
(Goodnight)

Choice
“Oh um right”{

}

1 Like

Ok, thank you! :sweat:

1 Like

Well now it says this…

1 Like

Try adding

}

After it?

you have two end brakes you only need one to end a choice

MV5BMTc3NTUzNTI4MV5BMl5BanBnXkFtZTgwNjU0NjU5NzE@.V1_FMjpg_UX1000

2 Likes

Screen Shot 2021-07-27 at 1.48.29 PM

so like this???

can I see the entire script because yours is a mess? and I feel like I am missing a part