Unexpected dialogue error

I wrote this script:
if (Skin1){

EXT. BLUE - DAY with SELFIE FEMALE 1
NARRATOR (ELLE)
Hey (NAME), you have to get over here NOW!

}elif (Skin2){

EXT. BLUE - DAY with SELFIE FEMALE 2
NARRATOR (ELLE)
Hey (NAME), you have to get over here NOW!

}elif (Skin3){

EXT. BLUE - DAY with SELFIE FEMALE 3
NARRATOR (ELLE)
Hey (NAME), you have to get over here NOW!

}elif (Skin4){

EXT. BLUE - DAY with SELFIE FEMALE 4
NARRATOR (ELLE)
Hey (NAME), you have to get over here NOW!

}elif (Skin5){

EXT. BLUE - DAY with SELFIE FEMALE 5
NARRATOR (ELLE)
Hey (NAME), you have to get over here NOW!

}elif (Skin6){

EXT. BLUE - DAY with SELFIE FEMALE 6
NARRATOR (ELLE)
Hey (NAME), you have to get over here NOW!

}
It keeps saying, ERROR: Unexpected DIALOGUE: Hey, you have to get over here NOW!
Does anyone know why this is happening?

A couple things, I’m not 100% on this, but the choice should have a name and then the answer for the choice should be in one of these “”

Like so…if it was a customization thing, where you made the choice, it should be named like

choice (skin)
“Skin1” {}
“Skin2” {}

So on, so on.

THEN your if/elif/else stuff should look like this:

if (skin is “Skin1”) {}
elif (skin is “Skin2”) {}

So on, so on.

If that isn’t it, is Skin6 your last choice? If it is, try putting

else {}

in place of where it says

elif (Skin6) {} / elif (skin is “Skin6”) {}

Does that make sense? Let me know what happens.

She’s most likely using gains so her if/elif/else is correct (except for the last elif which should be an else)

Can you post a screenshot of your script please?

Yeah, if Skin6 is the last one, it should be else, but I’ve written choices before where I didn’t put else (cause I forgot LOLOLOL!!) And it was all if/elif/elif/elif, XD

I wouldn’t know if it was gains, I haven’t used it so you’d be the savior of this error. XDXD