Why do I keep getting this error?

label first_name_input

input Never have I ever…|Never have I ever…|Done(NEVER)

if (NEVER is “”) {

    NARRATOR
You do need a Never Have I Ever...

goto first_name_input

} else {
continue
}

That is my script and it keeps saying the label first_name_input doesn’t exist and this other error “You cannot have a label inside if/then statments”

You can’t have labels inside of choices. But you don’t need all of that. All you need is just this code:

Tysm hun!