I need help on this:
I don’t know if I can have 2 name inputs like that, in the part where it says "Are you sure your name is (NAME) (NAME).
I put it like that and previewed it on my phone and it showed this for example "Are you sure your name is (NAME) Garcia.
It doesn’t show the first name in the first name input.
I don’t know what i’m doing wrong
Can anyone help me? please
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
Oh okay thankyou for your help!!
But do I have to put NAME LAS on the display Name?
You can either use NAME as the answer and change the display name to NAME (only NAME, you can’t add both first and last name to a display name)
Or you can just use your character’s original name as the answer in the input code and keep that name the display name.