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.
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,
also choice has to be on its own line
Im still confused-
I don’t know what to do someone please help me understand
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
}
i was wondering if you could help me write mine
Sure just pm me
im not sure i no how
sorry i am very new at this
Ill try thank you
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”{
}
Ok, thank you!
Try adding
}
After it?
you have two end brakes you only need one to end a choice
so like this???
can I see the entire script because yours is a mess? and I feel like I am missing a part