Help on First and Last name input!

Your “answer” inside the parentheses in the input code needs to be different

label name_input

input What’s your first name? | What’s your first name? | Done (NAME)

input What’s your last name? | What’s your last name? | Done (LAST)

NARR
Is [NAME] [LAST] your name?

choice
“Yes” {
continue
} “No” {
goto name_input
}

1 Like