SCRIPT ERRORS you just can't seem to fix!

hi

i keep getting this error ( label may not contain a space)

    KERRY ANNE2 (talk_think)
I want to tie up my hair. Which hairstyle should I do?

label hairStyle_KERRY ANNE2

can you please help

jlouise

Exactly what the error message says

Remove the space in your label name

could you write that line for me, as its not working

I tried and its still saying the same error, i might be doing it wrong
I am still learning

jlouise

Just remove the space between KERRY and ANNE

It didn’t work hon,

It’s ok I just won’t use it

Thank you anyway

jlouise

Is it the same exact error or a different error? Post a screenshot of your script.

The same

label hairStyle_KERRY ANNE2

@zoom reset
@KERRY ANNE2 starts idle_happy

@speechbubble is 160 250 to 0%
NARR
LOL.

choice
“Fishtail Braid”{
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into Fishtail Braid
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“High Ponytail” {
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into High Ponytail
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“Messy Back Bun” {
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into Messy Back Bun
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“Monday Morning Updo”{
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into Monday Morning Updo
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“Braid Crown Updo”{
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into Braid Crown Updo
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“Dancer Bun”{
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into Dancer Bun
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“Double Bun Updo”{
@add Hair Brush to KERRY ANNE2
@KERRY ANNE2 changes hair into Double Bun Updo
@KERRY ANNE2 is primp_brush_hair
goto hairStyle_KERRY ANNE2
}“This looks good!”{
sound ding
@remove Hair Brush from KERRY ANNE2
goto End_KERRY ANNE2
}

label End_KERRY ANNE2
@zoom reset
@speechbubble reset
@remove Hair Brush from KERRY ANNE2
KERRY ANNE2 (talk_think)
Yay or Nay?

choice
“Yay!”{
sound whistle_flirt
@KERRY ANNE2 is primp
@pause for a beat

}
“Nay.”{
@zoom reset
@KERRY ANNE2 is talk_repulsed
@pause for a beat

goto hairStyle_KERRY ANNE2
}

You still didn’t remove the space between KERRY and ANNE

Label names cannot have spaces.

I did but it came with same error

I think because the script recognizes Kerry Anne2 is a character and when I take away the space the character doesnt exist because I use the same template in my other episode and it works cause the character is one word

Maybe?

jlouise

Just remove the name from the labels and gotos. Your labels and gotos can just be hairStyle

OMG you are awesome

IT WORKED!!!

Thank :kissing_heart::kissing_heart:you soooo much

Jlouise

1 Like

Thank you :slight_smile:

It worked now


labelhairColor_0

NARRATOR
In this story you will not be able to change saige’s hair colour because I am going to be describing her hair, so, sadly, you can’t change the color of her hair.

choice
“Will I ever be able to?” {

NARRATOR
I can’t promise anything, but hopefully yes. I was thinking on having saige go to a salon and have a ‘makeover’ of such, but that wouldn’t be for at least episode 11 or 12.

NARRATOR
Anymore questions?

choice
“Yes, I still don’t quite understand.” {
goto hairColor_0

}
“No, that’s enough interrogating the author for one episode.” {
goto avatar_0
}
}

“What episode will I be able to?” {

    NARRATOR

Unfourtunately, I don’t know. I don’t know if I will give the opportunity yet but If I do it will be around episode 11 - 12 (When we get more into the story).

    NARRATOR

Anymore questions?

choice
“Yes, I still don’t quite understand.” {
goto hairColor_0

}
“No, that’s enough interrogating the reader for one episode.” {
goto avatar_0
}
}

“I’m done, let me finish making Saige hot.”{
NARRATOR
okie dokie, have fun. Make sure she’s | bold , color:red , animation:shuffle-sideways , italic | irreseistable. | reset |

goto avatar_0 }

The error is unexpected CHARACTER: NARRATOR

I’m quite confused, maybe I made a mistake or a spelling error (I’m not sure) x :slight_smile:

Put a space between label and the label name:

Remove the whole line between the bracket and next choice options:

The next choice option should be on the same line as the end bracket or the very next line

} “Option here” {

or

}
“Option here” {

Put this bracket on the next line

Thank you so much you angel :angel:

But it’s saying
20

(sorry to keep bothering you!)

Fix this part

Thank you, I’ve had this error for ages! :grin:

1 Like

Hi! I was trying to do a minigame and the right choice takes the reader to the next scene with a label but it keeps telling me this:

There needs to be something between music off and the goto. Just put a @pause for 0 between them.

1 Like

You’re amazing! Thank you. It worked :blush:

1 Like